@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

PDC Issued

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

PDC Issued List

@if(!$baccount)

PDC issued credit account is not set in PDC voucher! For set this account, go to Account Settings in Administration menu and create a PDCI voucher with your credit account.

@endif
{{--*/ $i = 0; /*--}} @foreach($pdcs as $pdc) @php $i++; @endphp @endforeach
  View PDC Submitted List  
# Chq.Date Chq.No Amount Bank Vchr.No Reference Bank A/c.Cr. PDC A/c.Dr. Supplier Vchr.Date
{{ ($pdc->cheque_date=='0000-00-00')?'':date('d-m-Y',strtotime($pdc->cheque_date)) }} {{ $pdc->cheque_no }} {{ number_format($pdc->amount,2) }} {{ $pdc->code }} {{ $pdc->voucher_no }} {{ $pdc->creditor }} {{ $pdc->supplier }} {{ date('d-m-Y',strtotime($pdc->voucher_date)) }}
@stop {{-- page level scripts --}} @section('footer_scripts') @stop