1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 13:59:58 -04:00
hypothetical/resources/views/auth.blade.php

12 lines
226 B
PHP
Raw Normal View History

@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