@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif
Payment Voucher
Petty Cash Balance: {{$petty_cash_balance}}
Payment Voucher List
{{ Form::open(['route'=>['frontdesk.payment_voucher.store'],'method'=>'post', 'class'=>'form-horizontal','id' => 'myform','enctype'=>'multipart/form-data']) }} {{-- --}} @include('frontdesk.payment.form',['buttonText'=>'Save']) {{ Form::close() }}
@endsection @section('script') @endsection