@extends('admin.layout') @section('content')
Offline Gateways
@if (count($ogateways) == 0)

NO OFFLINE PAYMENT GATEWAY FOUND

@else
@foreach ($ogateways as $key => $ogateway) @endforeach
Name Status Serial Number Actions
{{convertUtf8($ogateway->name)}}
@csrf
{{$ogateway->serial_number}} Edit
@csrf
@endif
@includeIf('admin.gateways.offline.create') @includeIf('admin.gateways.offline.edit') @endsection