@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Transfer Fund Requests')}}
search
{{ csrf_field() }}
@foreach ($withdraws as $withdraw)
{{__('Date')}} {{__('Name')}} {{__('Payment method')}} {{__('Gross')}} {{__('Fee')}} {{__('Net')}} {{__('Status')}} {{__('Action')}}
@if ($withdraw->canAccept() || $withdraw->canReject()) @endif {{$withdraw->created_at->setTimezone(auth()->user()->timezone)->isoFormat(config('shaun_core.time_format.payment'))}}