@extends('panel.layout.app') @section('title', __('My Affiliates')) @section('content')
# | {{__('Amount')}} | {{__('Bank Information')}} | {{__('Status')}} | {{__('Date')}} | {{__('Action')}} |
---|---|---|---|---|---|
AFF-WTHDRWL-{{$entry->id}} | {{$entry->amount}} | {{$entry->user->affiliate_bank_account}} | {{$entry->status}} |
{{date("j.n.Y", strtotime($entry->created_at))}} {{date("H:i:s", strtotime($entry->created_at))}} |
{{__('Set as Sent')}} |
{{__('There is no withdrawal request')}} |
# | {{__('Amount')}} | {{__('Bank Information')}} | {{__('Status')}} | {{__('Date')}} | {{__('Action')}} |
---|---|---|---|---|---|
AFF-WTHDRWL-{{$entry->id}} | {{$entry->amount}} | {{$entry->user->affiliate_bank_account}} | {{$entry->status}} |
{{date("j.n.Y", strtotime($entry->created_at))}} {{date("H:i:s", strtotime($entry->created_at))}} |
Set as Sent |
{{__('There is no succesfull withdrawal request')}} |