@include('layouts._favicon') @include('layouts._head')
@include('common.flash')
@if (\Auth::check())
{{ trans('messages.logout') }}
@endif
@if (\Acelle\Model\Setting::get('site_logo_big'))
@else
@endif
@yield('content')