@extends('layout.default') @section('breadcrumbs') @endsection @section('content')

Gateways

@foreach ($gateways as $gateway) @endforeach
Position Name Address Active Action
{{ $gateway->position }} {{ $gateway->name }} {{ $gateway->address }} @if ($gateway->is_active) {{ __('common.yes') }} @else {{ __('common.no') }} @endif
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • {{ $gateways->links('partials.pagination') }}
    @endsection