@extends('Layout.usergame') @section('css') @endsection @section('content')

Transaction history

{{--
--}}
{{--
--}}
@if (count($deposit) > 0) @foreach ($deposit as $item) @endforeach @else @endif
# Payment Gateway Type Amount Category Type Remark Status Requested Date
{{ $loop->iteration }} {{ ucfirst($item->platform) }} ₹{{ number_format($item->amount,2) }} {{ ucfirst($item->category) }} {{ ucfirst($item->type) }} {{ $item->remark }}
{{status($item->status,'recharge')['name']}}
{{ dformat($item->created_at,'d-m-Y h:i:s') }}
No data found!!
{{--
@if (count($withdraw) > 0) @foreach ($withdraw as $item) @endforeach @else @endif
# Payment Gateway Type Amount Remark Status Requested Date
{{ $loop->iteration }} {{ $item->platform }} {{ $item->amount }} {{ $item->remark }} {{ $item->status }} {{ $item->created_at }}
No data found!!
--}}
@endsection @section('js') {{-- --}} @endsection