@extends('admin.layouts.master') @section('content')

تنظیمات درگاه پرداخت

@csrf @php $gateway = $gateways->where('key', 'payir')->first(); @endphp
is_active ? 'checked' : '' }} > درگاه pay.ir

@php $gateway = $gateways->where('key', 'nextpay')->first(); @endphp
is_active ? 'checked' : '' }} > درگاه نکست پی

@php $gateway = $gateways->where('key', 'zarinpal')->first(); @endphp
is_active ? 'checked' : '' }} > درگاه زرین پال

@php $gateway = $gateways->where('key', 'payping')->first(); @endphp
is_active ? 'checked' : '' }} > درگاه پی پینگ

@php $gateway = $gateways->where('key', 'idpay')->first(); @endphp
is_active ? 'checked' : '' }} > درگاه idpay

@php $gateway = $gateways->where('key', 'zibal')->first(); @endphp
is_active ? 'checked' : '' }} > درگاه زیبال
@endsection @section('js-page') @endsection