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

{{$page_title}}

@php $i = 0;@endphp @foreach($withdraw as $p) @php $i++;@endphp @endforeach
Sl No Date Requester Method Amount Charge Total 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 }} {{ $p->charge }} - {{ $basic->currency }} {{ $p->total }} - {{ $basic->currency }}
@endsection @section('scripts') @endsection