@extends('admin.layouts.app') @section('main_content')

{{translate($title)}}

{{translate('Update')}}-{{$paymentMethod->name}}
@csrf
@if($paymentMethod->type != App\Models\PaymentMethod::MANUAL)
{{translate('Payment Gateway Setting')}}
@foreach($paymentMethod->payment_parameter as $key => $parameter)
@if($key == 'is_sandbox') @else @if($key == "public_key") @else @endif @endif
@endforeach @else
@endif
{{$paymentMethod->image}}
%
1 {{default_currency()->name}} = {{(@$paymentMethod->currency->name)}}
@if($paymentMethod->type == App\Models\PaymentMethod::MANUAL)
{{translate('User Information')}}
{{translate('Add New')}}
@forelse ($paymentMethod->payment_parameter as $input)
@empty @endforelse
@endif
@endsection @push('script-push') @endpush