API Settings

@can('api-settings-edit') @if (auth()->user()->setting->preference == "Left") @endif @endcan @can('api-settings-edit') @if (auth()->user()->setting->preference == "Right") @endif @endcan @forelse($apiSettings as $apiSetting) @can('api-settings-edit') @if (auth()->user()->setting->preference == "Left") @endif @endcan @can('api-settings-edit') @if (auth()->user()->setting->preference == "Right") @endif @endcan @empty @endforelse
{{ __('Action') }}{{ __('#') }} {{ __('Service') }} {{ __('Status') }} {{ __('Last Updated') }}{{ __('Action') }}
{{ $loop->iteration }} {{ $apiSetting->service_name }} {{ $apiSetting->status == \App\Models\ApiSettings::ENABLE ? 'Enabled' : 'Disabled' }} {{ diffForHumans($apiSetting->updated_at) }}
{{ __('No Products Available') }}