@yield('style')
@can('admin_role')
Dashboard
Job
Part
Productions
Computer
Customer
Import
Users
Manage users:
Users
Roles
Permissions
@endcan @can('manager_role')
Dashboard
Job
Productions
@endcan @can('model_role') @endcan @can('quality_control_role')
Dashboard
@endcan
{{ \Auth::user()->first_name }} {{ \Auth::user()->last_name }}
@if( is_null(\Auth::user()->avatar) )
@else
@endif
Profile
Logout
@yield('content')
Ready to Leave?
×
Select "Logout" below if you are ready to end your current session.
@yield('script')