@extends('admin.layout') @section('content')
Offline Gateways
@if (!empty($langs)) @endif
Add Gateway
@if (count($ogateways) == 0)

NO OFFLINE PAYMENT GATEWAY FOUND

@else
@if ($bex->catalog_mode == 0) @endif @foreach ($ogateways as $key => $ogateway) @if ($bex->is_shop == 1 && $bex->catalog_mode == 0) @endif @endforeach
NameProduct CheckoutPackage Checkout Course Checkout Donation Checkout Event Checkout Actions
{{convertUtf8($ogateway->name)}}
@csrf
@csrf
@csrf
@csrf
@csrf
@csrf
@endif
@includeIf('admin.gateways.offline.create') @includeIf('admin.gateways.offline.edit') @endsection @section('scripts') @endsection