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

OPERATIONS MANAGEMENT SYSTEM

@can('operation.toc_wpo', Auth::user())

Gang Cost Sheet

@endcan
@can('labour_supply_accra', Auth::user()) @endcan @foreach ($cost_sheets as $cost_sheet) @can('labour_supply_accra', Auth::user()) @endcan @endforeach @can('labour_supply_accra', Auth::user()) @endcan
No. GANG SEASON COST SHEET DATE COST SHEET REF. TOC STATUS TYPE TOTAL GANG WAGES 15% LABOUR SERVICE CHARGE (i) NHIL (ii) GETFund Levy (iii) COVID-19 Levy (iv) TOTAL LEVIES (i+ii+iii+iv) VAT Total Tax Inclusive value (v+vi) TOTAL COST GH¢ WithHolding Tax (7.5%*i) GH¢ VAT (7%*v) GH¢ AMOUNT PAYABLE GH¢ View Cost Sheet Prepare Cover Letter Print Cost Sheet 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)}}{{number_format($cost_sheet->total_cost,2)}} {{number_format($cost_sheet->withholding_tax,2)}} {{number_format($cost_sheet->accra_vat,2)}} {{number_format($cost_sheet->amt_payable_accra,2)}}VIEW COST SHEET PREPARE COVER LETTER CS SUMMARY
No. GANG SEASON COST SHEET DATE COST SHEET REF. TOC STATUS TYPE TOTAL GANG WAGES 15% LABOUR SERVICE CHARGE (i) NHIL (ii) GETFund Levy (iii) COVID-19 Levy (iv) TOTAL LEVIES (i+ii+iii+iv) VAT Total Tax Inclusive value (v+vi) TOTAL COST WithHolding Tax (7.5%*i) GH¢ VAT (7%*v) GH¢ AMOUNT PAYABLE GH¢View Cost Sheet Prepare Cover Letter Print Cost Sheet Summary
@endsection @section('more-scripts') @endsection