{{ config('app.name', 'Laravel') }}
@auth @role('contractor')
Dashboard
Calendar
@endrole @role('admin')
Dashboard
Jobs
Calendar
Clients
Contractors
@endhasanyrole @role('customer')
Dashboard
Calendar
Contractors
@endrole @role('admin')
Services
@endrole @hasanyrole('admin|contractor')
Forum
@endhasanyrole @role('customer')
Forum
@endrole @role('admin')
Testimonials
Users
@endrole @else
Forum
@endauth
@guest
{{ __('Login') }}
@if (Route::has('register'))
{{ __('Register') }}
@endif @else
{{ Auth::user()->name }}
Profile
{{ __('Logout') }}
@role('customer')
@csrf
@endrole @role('contractor')
@csrf
@endrole @role('admin')
@csrf
@endrole
@csrf
@endguest
@yield('content')
@yield('scripts')