@yield('style')
@if (Auth::check())
CMC
JobBag
{{ Auth::user()->name }}
Profile
@can('manage_user')
Users
Companies
@endcan
Clients
Logout
@endif @yield('content') @yield('script')