@extends('backend.layout.master') @section('content')
{{ __($pageTitle) }}
@foreach ($currency as $key => $cur)
{{ Str::ucfirst($key) }}
@endforeach
{{ __('Add New') }}
@csrf @foreach ($gateways as $gateway)
{{ __('Gourl Image') }}
{{ __('Choose File') }}
{{ __('Public Key') }}
{{ __('Private Key') }}
{{ __('Gateway Currency') }}
{{ __('Conversion Rate') }}
{{ '1 ' . @$general->site_currency . ' = ' }}
{{$gateway->gateway_parameters->gateway_currency}}
{{ __('Allow as payment method') }}
status ? 'selected' : '' }}> {{ __('Yes') }}
status ? '' : 'selected' }}> {{ __('No') }}
@endforeach
{{ __('Update GoUrl.io Information') }}
@endsection @push('script') @endpush