@extends('layouts.app') @section('title', 'Edit Payment') @section('breadcrumb') @endsection @section('content')
@csrf @method('patch')
@include('utils.alerts')
@endsection @push('scripts') @endpush