@yield('styles')
@if(config('app.logo'))
@yield('header', config('app.name')) |
| @yield('content') |
|
© {{ date('Y') }} {{ config('app.name') }}. {{ __('All rights reserved.') }} @hasSection('footer-links') @endif |