@extends('layouts.admin') @section('content')

{{$page_title}}

@php $i = 0;@endphp @foreach($withdraw as $p) @php $i++;@endphp @endforeach
Sl No Request Date Requester Method Amount Refund Date Status Action
{{ $i }} {{ \Carbon\Carbon::parse($p->created_at)->format('d F Y h:i:s A') }} {{ $p->requester->name }} {{ $p->wallets->wallets->name }} {{ $p->amount }} - {{ $basic->currency }} {{ \Carbon\Carbon::parse($p->made_date)->format('d F Y H:i A') }} Refunded
@endsection @section('scripts') @endsection