@extends('layouts.app') @section('content')
| {{ __('app.name') }} | {{ __('app.provider') }} | {{ __('app.status') }} | {{ __('app.actions') }} |
|---|---|---|---|
| {{ $gateway->name }} | {{ ucfirst($gateway->provider ?? 'Unknown') }} |
is_active ? 'checked' : '' }}>
|
{{ __('app.add_first_gateway') }}