@extends('admin.layouts.app') @section('panel') @push('topBar') @include('admin.currency.top_bar') @endpush
@forelse($currencies as $currency) @empty @endforelse
@lang('Currency') @lang('Price') @lang('Status') @lang('Action')
@if ($type == Status::CRYPTO_CURRENCY) {{ showAmount(@$currency->marketData->price ?? @$currency->rate, 8) }} @else {{ showAmount(@$currency->rate) }} @endif @php echo $currency->statusBadge; @endphp
@if ($currency->status == Status::DISABLE) @else @endif
{{ __($emptyMessage) }}
@if ($currencies->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@endpush @push('script') @endpush @push('style') @endpush