@extends('admin.layouts.app') @section('panel')
@forelse ($apiProviders as $apiProvider) @empty @endforelse
@lang('API Name') @lang('Services') @lang('Balance') @lang('API Url') @lang('Status') @lang('Actions')
{{ __($apiProvider->name) }} | {{ __($apiProvider->short_name) }} {{ showAmount($apiProvider->balance, currencyFormat: false) }} {{ __($apiProvider->currency) }} {{ $apiProvider->api_url }} @php echo $apiProvider->statusBadge; @endphp
{{ __($emptyMessage) }}
@if ($apiProviders->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush @push('style') @endpush @push('script') @endpush