@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Payment Method")}}

{{__("edit-Account-Type")}}

@endsection @section("css-links") @endsection @section("content")

{{__("edit payment methods")}}

@csrf
@error("full_name")
{{$message}}
@enderror
{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@error("payment_image")
{{$message}}
@enderror
@if($payment_methods->image != null)url}}" width="150" height="150" alt="">@endif
@endsection @section("scripts") @endsection