@extends('layouts/acc_layout') @section('title', '| VAT Register') @section('content')

VAT Payment List

@php $count=0; @endphp @foreach($paymentLists as $paymentList) @endforeach
SL# Payment Date VAT Amount Bank Name Chalan No Cheque Number Bill No
{{++$count}} {{$paymentList->paymentDate}} {{$paymentList->vatAmount}} {{$paymentList->bankName}} {{$paymentList->chalanNo}} {{$paymentList->chequeNumber}} {{$paymentList->billNo}}
@endsection