@yield('content')
@if(Auth::user()) @yield('meta') @endif @if(Session::has('_alert')) @php list($type,$message) = json_decode(Session::get('_alert')); Session::forget('_alert'); @endphp @endif
{{__('Something went wrong. Try refreshing the application')}}