{{--
    @can('civil_view')
  • Unitwise

  • @endcan @can('raw_view') @can('account_view')
  • Raw Water

  • Receipt

  • @endcan @endcan @can('raw_view') @can('account_view') @can('store_view')
  • Detail sheet

  • @endcan @endcan @endcan @can('previous_budget') @if ($Budget->BudgetStatus == 'completed')
  • Final Budget

  • @endif @endcan
--}} @can('account_view')

Project Receipt

{!! Form::open(['url' => route('receipt.store', $letterID)]) !!} @php if(!empty($receipt->ReceiptContent)){ $receiptJSON = json_decode($receipt->ReceiptContent); }else{ $receiptJSON = []; } @endphp @php $totalAmt = 0; foreach ($receiptJSON as $key => $receiptData) { $amt = 'Amount' . $key; $totalAmt += $receiptData->$amt; } @endphp {{-- --}}
Sr.No Name Qty Rate Amount Total Amount
A

T.M.C (12 Months)

       
1 Thane MBR
2 Azadnagar
B

M.B.M.C (12 Months)

C

B.N.C.M.C (12 Months)

D Rural (12 Months)
E Tata Amantra (12 Months)
F Lodha Dham (12 Months)
G Mother Dairy (12 Months)
H Macrotech Developers (12 Months)
  Total
  Total
@canany(['raw_view', 'account_view'])
@endcan @can(['raw_download','account_download']) @endcan
{!! Form::close() !!}
@endcan