@extends('layouts.master') @section('page_title', 'Create Payment') @section('content')
Create Payment
{!! Qs::getPanelOptions() !!}
@csrf
{{--Payment Create Ends--}} @endsection