@yield('content')
@if(!empty(config('client.views.custom_footer')))
@include(config('client.views.custom_footer'))
@endif
@yield('styles') @if(Config::get('mode.production')) @endif