@if(!empty($breadcrumbs))

{{$page_title}}

@endif @if(Session::has('impersonate'))
{!! __('app.msg_impersonate') !!} {{ Auth::user()->name }} {{ __('app.logout') }}
@csrf
OR {{ __('app.back_to') }}
@csrf
@endif @if (count($errors) > 0)
{{__('app.whoops')}}! {{__('app.problem_with_inputs')}}.

@endif @session('success') @endsession @if(session('error'))
{!! session('error') !!}
@endif