@extends('layouts.app') @section('title', @$voucher_type->voucher_title .' STATEMENT') @section('pages') @php $pageTitle=@$voucher_type->voucher_title; @endphp
@include('invoice-formats.receipt-voucher.statement-table')
@endsection @section('js') @endsection