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

Ledger Moments

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

{{$voucherhead}}


Date From: 01-01-1970   To: 07-08-2026

@foreach($reports as $report) @endforeach
Account Code Account Name Balance PDC Received PDC Issued Net Balance
{{ $report->account_id }} {{ $report->master_name }} 0.00 0.00 0.00 0.00
Grand Total: 0.00 0.00 0.00 0.00
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop