@yield('page-css') @include('client-traffic.partials.new-app')
Client Portal
{{ session('current_user.name') }}
{{ session('current_user.role') }} @if(session('current_user.role') == 'administrator') Users @endif @if(in_array(session('current_user.role'), ['administrator', 'finance'])) Messages @endif @if($page_title == 'Applications') @else @endif Log out
@yield('content')
@yield('page-js')