@extends('layouts.app') @section('content')

{{ _lang('Update Payment Gateway') }}

{{ csrf_field()}}
@foreach($paymentgateway->parameters as $key => $value) @if($key != 'environment')
@else
@endif @endforeach
1 {{ get_base_currency() }} =
status == 1 ? 'required' : '' }}>
{{ _lang('Gateway Currency') }}

{{ get_base_currency() }}
{{ get_base_currency() }}
{{ get_base_currency() }}
%
@endsection