@if(Session::get('DASHBOARD_VIEW') == '1')
  • DASHBOARD
  • @endif @if(Session::get('PEOPLE_VIEW') == '1')
  • PEOPLE
  • @endif @if(Session::get('BOOKING_VIEW') == '1')
  • BOOKING
  • @endif @if(Session::get('HOTEL_VIEW') == '1')
  • HOTEL
  • @endif @if(Session::get('BILLING_VIEW') == '1' || Session::get('BILLINGINV_VIEW') == '1')
  • BILLING
  • @endif @if(Session::get('SETTING_VIEW') == '1')
  • SETTING
  • @endif @if(Session::get('REPORT_VIEW') == '1')
  • REPORT
  • @endif @if(Session::get('USER_ROLE') != '2')
  • @empty($countNotif) @else {{$countNotif}} @endempty
  • @endif
  • Hello {{Session::get('USER_NAME')}}
    Edit profile