{{--
--}}
{{--
--}}
@if (Config::get('app.env') == 'local') @endif
{{-- @if (isset($data['is_title_header'])) --}}
@yield('title')
{{-- @endif --}} @if (Config::get('app.env') == 'local')
Local Environment
@endif
@if (Config::get('app.env') == 'local')
Local
@endif
Profile
Change Password
Logout
@if (Config::get('app.env') == 'local')
Local
@endif
Menu
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
@yield('content')