@extends('admin.layouts.app') @section('panel')
@forelse($cryptos as $crypto) @empty @endforelse
@lang('Crypto') @lang('Symbol') @lang('Status') @lang('Action')
{{ __(@$crypto->name) }}
{{ __(@$crypto->symbol) }} @php echo $crypto->statusBadge; @endphp
@if ($crypto->status == Status::DISABLE) @else @endif
{{ __($emptyMessage) }}
@if ($cryptos->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush