@include('Commonheader')
@include('sidebar')
@include('FOE.navbar')
🏬 VAT GL Link
Add New
Add VAT GL Link
Tax Type
Select Tax Type
@foreach($taxTypes as $taxType)
{{ $taxType->tax_type_name }}
@endforeach
Default GL A/C
Select Account
@foreach($accounts as $account)
{{ $account->account_name }}
@endforeach
Tax %
GL Account %
Tax Type
Default GL A/C
Tax %
GL Account %
Action
@include('Commonfooter')
@include('Commonscript')