@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="/pp/dashboard">
Dashboard
@if(Auth::user()->can('pp_customer_order'))
Customer's Order
@if(Auth::user()->can('pp_customer_order_create'))
segment(2) == 'order') class="active" @endif href="/pp/customerOrder">Create
@endif
segment(2) == 'attachment') class="active" @endif href="/pp/attachment">Attachment
@if(Auth::user()->can('pp_order_list'))
segment(2) == 'orderList') class="active" @endif href="/pp/orderList">List
@endif @if(Auth::user()->can('pp_order_status_list'))
segment(2) == 'customerOrderAcceptList') class="active" @endif href="/pp/customer_order_accept_list">Order Status List
@endif @if(Auth::user()->can('pp_pending_funds_list'))
segment(2) == 'pendingFundList') class="active" @endif href="/pp/pending_funds_list">Pending Funds
@endif @if(Auth::user()->can('pp_customer_order_setting'))
segment(2) == 'settings') class="active" @endif href="/pp/settings">Setting
@endif
@endif @if(Auth::user()->can('pp_production_plan'))
Production Plan
@if(Auth::user()->can('pp_production_plan_allocate_customer_order'))
segment(2) == 'order') class="active" @endif href="/pp/customerPlan">Allocate Customer Order
@endif @if(Auth::user()->can('pp_production_plan_allocate_resource'))
segment(2) == 'order') class="active" @endif href="/pp/allocate_resources">Allocate Resources
@endif @if(Auth::user()->can('pp_production_plan_allocate_resource'))
segment(2) == 'order') class="active" @endif href="/pp/allocate_machine">Allocate Machine
@endif
segment(2) == 'order') class="active" @endif href="/pp/production_plan_list">Production Plan List
@endif @if(Auth::user()->can('pp_production_plan_chart'))
View Plan
@if(Auth::user()->can('pp_production_plan_chart_calander'))
segment(2) == 'calander') class="active" @endif href="/pp/producttion_plan_calender">Calander
@endif @if(Auth::user()->can('pp_production_plan_chart_gantt_chart'))
segment(2) == 'gantt_chart') class="active" @endif href="/pp/gantt_chart">production Chart
@endif
@endif @if(Auth::user()->can('pp_bill_of_material'))
segment(2)== 'billOfMaterial') class="active" @endif href="/pp/billOfMaterial">
Bill Of Material
@endif @if(Auth::user()->can('pp_machines'))
Machines
@if(Auth::user()->can('pp_machines_machine_list'))
segment(2) == 'pp_machinery') class="active" @endif href="/pp/pp_machinery">Machine list
@endif @if(Auth::user()->can('pp_machines_assign_product'))
segment(2) == 'pp_machinery_product') class="active" @endif href="/pp/pp_machinery_product">Assign product
@endif
@endif @if(Auth::user()->can('pp_production_team'))
segment(2)== 'production_team') class="active" @endif href="/pp/production_team">
Production Team
@endif
segment(2)== 'productionReport') class="active" @endif href="/pp/productionReport">
Report
@yield('content')
@yield('script')