@extends('admin.layouts.form') @section('custom_page_style') @endsection @section('content')
Client | No of WO | Client Total | Client Paid | Client Unpaid | Bank | Card | Loan | Vendor Total | Vendor Paid | Vendor Unpaid | Gross Profit | Received GP |
---|---|---|---|---|---|---|---|---|---|---|---|---|
TOTAL | {{ $total_work_orders }} | {{ $total_client_total }} | {{ $total_client_paid }} | {{ $total_client_unpaid }} | {{ $total_cashout_from_bank }} | {{ $total_cashout_from_credit }} | {{ $total_cashout_from_loan }} | {{ $total_vendor_total }} | {{ $total_vendor_paid }} | {{ $total_vendor_unpaid }} | {{ $total_gross_profit }} | {{ $total_receive_gp }} |
{!! $name !!} | {!! $result['work_orders'] !!} | {!! $result['client_total'] !!} | {!! $result['client_paid'] !!} | {!! $result['client_unpaid'] !!} | {!! $result['cashout_from_bank'] !!} | {!! $result['cashout_from_credit'] !!} | {!! $result['cashout_from_loan'] !!} | {!! $result['vendor_total'] !!} | {!! $result['vendor_paid'] !!} | {!! $result['vendor_unpaid'] !!} | {!! $result['gross_profit'] !!} | {!! $result['receive_gp'] !!} |