@extends('admin.layouts.app') @section('panel')
@forelse($apiProviders as $item) @empty @endforelse
@lang('Name') @lang('Short Name') @lang('Url') @lang('Status') @lang('Action')
{{__($item->name)}} {{__($item->short_name)}} {{__($item->api_url)}} @php echo $item->statusBadge($item->status); @endphp
{{ __($emptyMessage) }}
@if ($apiProviders->hasPages()) @endif
{{-- update modal --}} @endsection @push('breadcrumb-plugins') @lang('Add Api Provider') @endpush @push('script') @endpush