@extends('admin.layout.master') @section('css') @endsection @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
Payment Voucher
{{-- @include('frontdesk.payment.form',['buttonText'=>'Update']) --}}
@endsection @section('script') @endsection