@extends('admin.layouts.app') @section('panel')
@forelse($stakings as $staking) @empty @endforelse
@lang('S.N.') @lang('Days') @lang('Interest') @lang('Status') @lang('Action')
{{ $stakings->firstItem() + $loop->index }} {{ $staking->days }} @lang('days') {{ showAmount($staking->interest_percent, currencyFormat:false) }}% @php echo $staking->statusBadge; @endphp
@if ($staking->status) @else @endif
{{ __($emptyMessage) }}
@if ($stakings->hasPages()) @endif
@endsection @push('breadcrumb-plugins') @endpush @push('script') @endpush