mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
11 lines
226 B
PHP
11 lines
226 B
PHP
@extends('base')
|
|
|
|
@section('page-content')
|
|
<div class="container auth-container">
|
|
<div class="row">
|
|
<div class="col-xs-6 col-xs-push-3">
|
|
@yield('auth-form')
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection
|