@extends('admin.layout.app') @section('title','Input Vat') @push('headerscript') @endpush @section('content')

Input Vat

{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
{{-- --}}
S.No. Date Invoice No. VAT Type Supplier Invoice No. Input VatReturn Vat
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush