@extends('admin.layout.app') @section('title','Payment Voucher Report') @push('headerscript') @endpush @section('content')

Payment Voucher Report

{!! Form::select("payment_type", [''=>'Select Type','cash'=>'Cash','bank'=>'Bank'], old("payment_type"), ['class'=>'form-control', 'required', 'id'=>'payment_type'] ) !!}
{!! Form::select("branch_id", \App\Http\Helpers\Helper::getBranchData(), old("branch_id"), ['class'=>'form-control' ,'id' => 'branch_id'] ) !!}
S.No. Voucher No. Date Voucher Type Payment Type Paid To Cheque No. Cheque Date Account Name Paid Amount remark
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush