@extends('admin.layouts.app') @section('panel')
@forelse($miners as $miner) @php $miner->image_with_path = getImage(getFilePath('miner') . '/' . @$miner->coin_image, getFileSize('miner')); @endphp @empty @endforelse
@lang('S.N.') @lang('Image') @lang('Name') @lang('Coin Code') @lang('Plans') @lang('Withdrawal Limit') @lang('Action')
{{ $miners->firstItem() + $loop->index }}
@lang('image')
{{ __($miner->name) }} {{ strtoupper($miner->coin_code) }} {{ $miner->plans->count() }} {{ showAmount($miner->min_withdraw_limit, 8, exceptZeros: true, currencyFormat: false) }} - {{ showAmount($miner->max_withdraw_limit, 8, exceptZeros: true, currencyFormat: false) }} {{ strtoupper($miner->coin_code) }}
@lang('View Plans')
{{ __($emptyMessage) }}
@if ($miners->hasPages()) @endif
{{-- Add METHOD MODAL --}} @endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush @push('style') @endpush @push('script') @endpush