@yield('head')
Loading...
Settings
Allow notifications.
Hide user requests
Speed up demands
Hide menus
Remember next visits
Enable report generation.
Chats
Cass Queyeiro
Photo
Yesterday
Evered Asquith
Video
Last week
F
Francisco Ubsdale
Hello how are you?
2:32 PM
Natale Janu
Hi!
3
08:27 PM
Orelie Rockhall
Photo
Yesterday
Barbette Bolf
Video
Last week
D
Dudley Laborde
Hello how are you?
2:32 PM
Barbaraanne Riby
Hi!
08:27 PM
Mariana Ondrousek
Photo
Yesterday
Ruprecht Lait
Video
Last week
Cosme Hubbold
Video
Last week
M
Mallory Darch
Hello how are you?
2:32 PM
Quick Links
Main Board
Employee
ID Card
Customer Support +94701610001
@php($count=0) @if(Auth::user()) @foreach(Auth::user()->Notifications as $notification) @if($notification->read_at == null) @php($count++) @endif @endforeach @endif
{{$count}}
Notifications
{{$count}} unread notifications
@foreach(Auth::user()->Notifications as $notification) @if($notification->read_at == null)
{{ $notification->data['data']}}
@endif @endforeach
Mark All Read
Demo
Demo
@demouser
Manage Your Account
Change Password
Sign Out!
Storage
%25
Privacy policy
Navigation
segment(2)== 'dashboard') class="active" @endif href="/fo/dashboard">
Dashboard
@if(Auth::user()->can('fo_collection_plan'))
Collection Plan
@if(Auth::user()->can('fo_collection_plan_main_plan'))
segment(2) == 'plan_product') class="active" @endif href="/fo/plan_product">Main Plan
@endif @if(Auth::user()->can('fo_collection_plan_main_plan_list'))
segment(2) == 'plan_product_list') class="active" @endif href="/fo/plan_product_list">List
@endif @if(Auth::user()->can('fo_collection_plan_officer_plan'))
segment(2) == 'plan_product_employee_daily') class="active" @endif href="/fo/plan_product_employee_daily">Officer's Plan
@endif @if(Auth::user()->can('fo_collection_plan_officer_plan_list'))
segment(2) == 'plan_product_employee_daily_list') class="active" @endif href="/fo/plan_product_employee_daily_list">Officer's Plan List
@endif
@endif @if(Auth::user()->can('fo_visit_plan'))
Visit Plan
@if(Auth::user()->can('fo_visit_plan_create'))
segment(2) == 'plan_product') class="active" @endif href="/fo/supplier_visit_plan">Create
@endif @if(Auth::user()->can('fo_visit_plan_plan'))
segment(2) == 'plan_product') class="active" @endif href="/fo/visit_plan">Plan
@endif
@endif @if(Auth::user()->can('fo_visit'))
segment(2)== 'supplier_visit') class="active" @endif href="/fo/supplier_visit">
Visit
@endif @if(Auth::user()->can('fo_visit_plan_other_activities'))
segment(2)== 'other_activities') class="active" @endif href="/fo/other_activities">
Other Activities
@endif
Report
segment(2) == 'plan_vs_actual') class="active" @endif href="/fo/visit_plan_vs_actual">Plan Vs Actual
segment(2) == 'visit_plan_vs_intake') class="active" @endif href="/fo/visit_plan_vs_intake">Main Plan vs Intake
segment(2) == 'actual_visit_plan_vs_intake') class="active" @endif href="/fo/actual_visit_plan_vs_intake">Actual Visit vs Intake
@if(Auth::user()->can('fo_setting'))
Setting
@if(Auth::user()->can('fo_material_assign_to_supplier'))
segment(2) == 'supplier_material') class="active" @endif href="/fo/supplier_material">Material Assign To Supplier
@endif @if(Auth::user()->can('fo_supplier_assign_to_field_officer'))
segment(2) == 'employee_supplier') class="active" @endif href="/fo/employee_supplier">Supplier Assign To Field Officer
@endif
@endif
@yield('content')
@yield('script')