@extends('admin.layouts.app') @section('panel') @push('topBar') @include('admin.gateways.top_bar') @endpush
@forelse($gateways as $gateway) @empty @endforelse
@lang('Gateway') @lang('Status') @lang('Action')
@lang('image')
{{ __($gateway->name) }}
@php echo $gateway->statusBadge; @endphp
@lang('Edit') @if ($gateway->status == Status::DISABLE) @else @endif
{{ __($emptyMessage) }}
@endsection @push('style') @endpush @push('breadcrumb-plugins')
@lang('Add New') @endpush