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