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

Vat Master

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

New Vat Master

@if($isdept)
VAT Accounts in Departments
@foreach($departments as $drow) @php $i++; @endphp
@php $n++; @endphp
@php $n++; @endphp
@php $n++; @endphp
@php $n++; @endphp
@php $j++; $n++; @endphp
@endforeach
@else
@endif
Cancel
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop