13 lines
185 B
PHP
13 lines
185 B
PHP
@extends('layout.base')
|
|
|
|
@section('page_title')
|
|
- Admin
|
|
@endsection
|
|
|
|
@section('page_content')
|
|
<div class="ui fluid container">
|
|
<br />
|
|
@yield('content')
|
|
</div>
|
|
@endsection
|