{{--
--}}
{{--
--}}
@yield('title')
{{--
--}}
Profile
Change Password
Logout
{{--
--}}
Menus
Dashboard
Dashboard
Dashboard
@if (Auth::user()->type == '1') @include('layouts.admin') @elseif (Auth::user()->type == '2') @include('layouts.company_admin') @elseif (Auth::user()->type == '3') @include('layouts.user') @endif
Loading...
@yield('content')
@yield('scripts')