@extends('admin.layout.master') @section('title','CHEQUE MANAGEMENT') @section('custom_style') @endsection @section ('content')
|
|
{{__('obs.voucher_no')}} | {{__('obs.date')}} | {{__('obs.prearation_date')}} | {{__('obs.type')}} | {{__('obs.party')}} | {{__('obs.amount')}} | {{__('obs.action')}} | |
|---|---|---|---|---|---|---|---|---|
|
check_status>1) disabled @endif type="checkbox" value="{{$voucher->id}}" id="voucher_id_{{$voucher->id}}">
|
{{ $voucher->voucher_no }} | {{ date('Y-M-d', strtotime($voucher->check_date))}} | {{--{{ $voucher->check_number }} | --}}{{ date('Y-M-d', strtotime($voucher->preparation_date))}} | {{ strtoupper(str_replace('_',' ',$types[$voucher->check_status]))}} | {{ $voucher->ledger?$voucher->ledger->name:''}} | {{ $voucher->amount}} | {{-- --}} @if($voucher->check_status==1) {{-- --}} @endif |