@extends('admin.template.layout') @section('content')
Clear
@foreach ($list as $role) @endforeach
# Ticket Hash Transaction Type From Address Remark Amount Balance Status User Created on Action Transaction Data
{{ $loop->index + 1 + ($list->perPage() * ($list->currentPage() - 1)) }} {{ substr($role->transaction_hash,0,7).'..' }} @if($role->transaction_hash != '') @endif {{ $role->transaction_type }} {{ $role->from_address }} {{ $role->remark }} {{ $role->amount }} {{ $role->balance_amount }} {{($role->is_process_completed==1)?'Completed':'Inprocess'}} {{ $role->user->name??'' }}
{{ $role->user->email??'' }}
{{ web_date_in_timezone($role->created_at) }}
                    {!!$role->full_input!!}
                
{!! $list->appends(request()->all())->links('admin.template.pagination') !!}
@stop @section('script') @stop