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

PDC Report

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

{{$voucherhead}}


@foreach($reports as $key => $report) @endforeach
SI.# Voucher No. Cheque No. Cheque Date Bank Voucher Date Party Name Amount
Total in JAN: {{number_format($total,2)}}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop