@if (isset($data['title']))
{{ $data['title'] }}
@endif@auth {{ Auth::user()->first_name }} {{ Auth::user()->last_name }} @else {{ 'Guest' }} @endauth
@switch(Auth::user()->type) @case(0) Admin @break @case(1) Application User @break @default Unknown User Type @endswitch
@yield('content')