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

{{__('Payment Method')}}

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

@endsection @section("content")

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

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