@extends('layout.app') @section('title', 'Sales Register') @push('header_script') @endpush @section('content')
@foreach($chargeHeaders as $header) @endforeach @foreach($dynamicHeaders as $header) @endforeach
Date Particulars Voucher Type Voucher No. Invoice No. Taxable Value Gross Amount Sale Amount{{ $header }}{{ $header }}Grand Total
@endsection @push('footer_script') @endpush