@extends('layouts.master') @section('content')
CHEQUE IN HAND

CHEQUE IN HAND LIST

{{--

--}} {{--
--}}
@foreach ($cheque_list as $key => $pay_ac) {{-- --}} @endforeach
S.No Customer Bank Cheque Date RV Number Cheque Number Cheque Amount Status Created At Action
{{ $key + 1 }} {{ $pay_ac->bank_name }} {{ date('d-m-Y', strtotime($pay_ac->cheque_date)) }} {{ $pay_ac->recieving_number }} {{ $pay_ac->cheque_number }} {{ $pay_ac->paid_amount }} @if ($pay_ac->status == 0) Pending @elseif($pay_ac->status == 1) PAYMENT NOT VERIFIED @elseif($pay_ac->status == 2) PAYMENT VERIFIED @endif {{ get_total_quotation_received_amount($pay->quotation_id) }}{{ $pay_ac->created_at }}
S.No Customer Bank Cheque Date RV Number Cheque Number Cheque Amount Status Created At Action
{{--
--}} {{-- All Quotes Start Modal --}} @include('quotations.modals.modals') {{-- All Quotes End Modal --}} @endsection @push('scripts') @endpush