@extends('admin.template.layout') @section('content')
Clear
@foreach ($list as $role) @endforeach
# Ticket Hash Ticket User Amount Status Created on Action Input Data Response Data
{{ $loop->index + 1 + ($list->perPage() * ($list->currentPage() - 1)) }} {{ substr($role->transaction_hash,0,7).'..' }} @if($role->transaction_hash != '') @endif {{ $role->order->ticket_number }} {{ $role->user->name??'' }}
{{ $role->user->email??'' }}
{{ $role->user->wallet_address??'' }}
{{ $role->price_paid }} {{($role->distribution_status==2)?'Completed':'Inprocess'}} {{ web_date_in_timezone($role->created_at) }}
                    {!!$role->contract_input!!}
                
                    {!!$role->contract_response!!}
                
{!! $list->appends(request()->all())->links('admin.template.pagination') !!}
@stop @section('script') @stop