@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content') PDC Report Reports PDC Report Print {{Session::get('company')}} {{$voucherhead}} SI.# Voucher No. Cheque No. Cheque Date Bank Voucher Date Party Name Amount @foreach($reports as $key => $report) Total in JAN: {{number_format($total,2)}} @endforeach Print Back @include('layouts.right_sidebar') @stop {{-- page level scripts --}} @section('footer_scripts') @stop