# | {{translate('Name')}} | {{translate('Type')}} | {{translate('Last Updated By')}} | {{translate('Published')}} | {{translate('Status')}} | {{translate('Action')}} | |
---|---|---|---|---|---|---|---|
{{ $gateways->firstItem() + $loop->index }} | {{ $gateway->type }} | {{ $gateway->type_name }} | {{ $gateway->user->name }} | {{ $gateway->created_at }} | {{ ucwords($gateway->value == 1 ? 'active' : 'inactive') }} | @canany(['admin']) @if(!empty($gateway->value)) @else @endif @endcanany | |
No record found! |