@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Payment Methods')}}

{{__('Edit New Payment Method')}}

@endsection @section("content")

{{__('Edit New Payment Method')}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("title")
{{$message}}
@enderror
@endsection @section("scripts") @endsection