@extends('admin.layouts.app') @section('content')
{{-- Failed --}} @if (Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif {{-- Update payment gateway --}}
@csrf

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

{{-- Payment Gateway ID --}} {{-- Payment Gateway Image (Upload) --}}
{{-- Payment Gateway Name --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection