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

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

{{-- Upload logo --}}
{{ __('Thumb Image') }}
{{-- Payment gateway name --}}
{{-- Display name --}}

{{ __('Payment Settings') }}

{{-- Client ID --}}
{{-- Secret Key --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection