@extends('admin.layouts.main') @section('panel')

{{ucfirst($paymentGateway->name)}} {{ $setTitle }}

@csrf
%
{{ getCurrencySymbol() }}1 =
@foreach($paymentGateway->parameter as $key => $parameter)
@endforeach
@endsection @push('script-push') @endpush