Toggle Navigation
{{ config('app.name', 'Laravel') }}
@guest
Login
Register
@else
My Companies
My Projects
My Tasks
@if(Auth::user()->id == 11)
Admin
All Companies
All Projects
All Tasks
All Users
All Roles
@endif
{{ Auth::user()->name }}
Logout
{{ csrf_field() }}
@endguest
@include('partials.errors') @include('partials.success')
@yield('content')