@include('admin/reports/common/header')
Output Vat Report
@foreach($output_vat as $row)
Name :
{{$row->name}}
Invoice No. :
{{$row->bill_no}}
Invoice Date:
{{date('d-M-Y', strtotime($row->bill_date))}}
Vat Type :
{{$row->description}}
Output Vat :
{{$row->total_vat}}
@endforeach