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