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

Receipt Voucher Report

{!! Form::select("receipt_type", [''=>'Select Type','cash'=>'Cash','bank'=>'Bank'], old("receipt_type"), ['class'=>'form-control', 'required', 'id'=>'receipt_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 Receipt Type Receipt To Cheque No. Cheque Date Account Name Receipt Amount remark
{!! Form::close() !!}
@endsection @push('footerscript') {{-- --}} @endpush