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

Vat Report

Numak Technology LLC.

{{$voucherhead}}


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

@foreach($reports as $row) @endforeach
Vchr.# Description Vchr.Date Ord.Qty. Inv.Qty. Bal.Qty. Value
{{$row->voucher_no}} {{ $row->description }} {{ date('d-m-Y',strtotime($row->voucher_date)) }} {{ $row->quantity }} {{$invqty}} {{$row->balance_quantity}} {{number_format($value,2)}}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop