@extends('layouts.app') @section('title') {{__('Edit payment method')}} @endsection @section('breadcrumb')

{{__('Payment methods')}}

@endsection @section('content')

{{__('Edit payment method')}}

@csrf @method('put') @include('admin.accounting.payment_methods._form')
@endsection @section('scripts') @endsection