@extends("frond.template.user_layout") @section('content')
Clear
@foreach ($list as $role) @endforeach
# Transaction Hash Transaction Type Amount Status Created on
{{ $loop->index + 1 + ($list->perPage() * ($list->currentPage() - 1)) }} {{ substr($role->transaction_hash,0,7).'..' }} @if($role->transaction_hash != '') @endif {{ $role->type }} {{ $role->amount }} {{($role->mining_status==1)?'Completed':'Inprocess'}} {{ web_date_in_timezone($role->created_at) }}
{!! $list->appends(request()->all())->links('admin.template.pagination') !!}
@stop @section('script')