@extends('admin.layout.master') @section('custom_style') @endsection @section('content') @include('flash-message')
@if ($errors->any())
@endif
{{__('obs.payment')}} {{__('obs.voucher')}}
{{--
--}} {{--
Petty Cash Balance: {{$petty_cash_balance}}
--}} {{--
--}}
@csrf {{-- --}} @include('frontdesk.payment.form',['buttonText'=>__('obs.save')])
@endsection @section('script') @endsection