@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

OPERATIONS MANAGEMENT SYSTEM

@php use App\User; $user = Auth::user(); @endphp
@can('operation.toc_wpo', Auth::user())

Gang Cost Sheet

@endcan
@can('operation.toc_wpo.arrival', Auth::user()) @cannot('wpo_arrival_supervisor', Auth::user()) @endcan @endcan @can('labour_supply_accra', Auth::user()) @endcan @if ($user->can('audit_toc.user') || $user->can('audit_toc.supervisor') || $user->can('audit_toc.certifier')) @endif @foreach ($cost_sheets as $cost_sheet) @php $cs_status = $cost_sheet->shed_gang_allocations->count(); $total_gang_wages = $cost_sheet->shed_gang_allocations->sum('gang_wages'); $cost_sheet->total_gang_wages = $total_gang_wages; $cost_sheet->save(); @endphp @can('operation.toc_wpo.arrival', Auth::user()) @cannot('wpo_arrival_supervisor', Auth::user()) @endcan @endcan @can('labour_supply_accra', Auth::user()) @endcan @if ($user->can('audit_toc.user') || $user->can('audit_toc.supervisor') || $user->can('audit_toc.certifier')) @endif @endforeach @can('operation.toc_wpo.arrival', Auth::user()) @cannot('wpo_arrival_supervisor', Auth::user()) @endcan @endcan @can('labour_supply_accra', Auth::user()) @endcan @if ($user->can('audit_toc.user') || $user->can('audit_toc.supervisor') || $user->can('audit_toc.certifier')) @endif
No. GANG SEASON COST SHEET DATE COST SHEET REF. TOC STATUS TYPE TOTAL GANG WAGES GH¢ 15% LABOUR SERVICE CHARGE (i) GH¢ NHIL (ii) GH¢ GETFund Levy (iii) GH¢ COVID-19 Levy (iv) GH¢ TOTAL LEVIES (i+ii+iii+iv) GH¢ VAT(15% * v) GH¢ Total Tax Inclusive value (v+vi) GH¢ Edit Delete Add Activity SummaryTOTAL COST WithHolding Tax (7.5%*i) VAT (7%*v) Return Cost SheetView Cost Sheet {{ Auth::user()?->port?->name }} CS SUMMARY
{{ $loop->index + 1 }} {{ strtoupper(optional($cost_sheet->gang)->gang_name) }} {{ strtoupper(optional($cost_sheet->season)->name) }} {{ $cost_sheet->cost_sheet_date }} {{ strtoupper($cost_sheet->cost_sheet_ref) }} {{ strtoupper(optional($cost_sheet->port)->name) }} {{ $cost_sheet->status }} {{ strtoupper($cost_sheet->type) }} {{ number_format($cost_sheet->total_labour_cost, 2) }} {{ number_format($cost_sheet->labour_services_charge, 2) }} {{ number_format($cost_sheet->nhil_levy, 2) }} {{ number_format($cost_sheet->getfund_levy, 2) }} {{ number_format($cost_sheet->covid_levy, 2) }} {{ number_format($cost_sheet->total_levy, 2) }} {{ number_format($cost_sheet->vat, 2) }} {{ number_format($cost_sheet->vat_and_levies, 2) }} 0) disabled onclick="event.preventDefault();" @endif>EDIT 0) disabled onclick="event.preventDefault();" @endif> Activity Summaries{{ number_format($cost_sheet->total_cost, 2) }}
RETURN COST SHEET VIEW COST SHEET CS SUMMARY
No. GANG SEASON COST SHEET DATE COST SHEET REF. TOC STATUS TYPE TOTAL GANG WAGES GH¢ 15% LABOUR SERVICE CHARGE (i) GH¢ NHIL (ii) GH¢ GETFund Levy (iii) GH¢ COVID-19 Levy (iv) GH¢ TOTAL LEVIES (i+ii+iii+iv) GH¢ VAT(12.5% * v) GH¢ Total Tax Inclusive value (v+vi) GH¢ Edit Delete Add Activity SummaryTOTAL COST WithHolding Tax (7.5%*i) VAT (7%*v) Return Cost SheetView Cost Sheet {{ Auth::user()?->port?->name }} CS SUMMARY
@endsection @section('more-scripts') @endsection