@extends('Admin.layouts.App') @section('content')

Withdraw Account Details

@if(!empty($Withdraw->user->name)) @else - @endif @if(!empty($Withdraw->account_id)) @else - @endif @if(!empty($Withdraw->amount)) @else - @endif @if(!empty($Withdraw->PaymentMethod->name)) @else - @endif @if(!empty($Withdraw->created_at)) @else - @endif
User Name:{{ $Withdraw->user->name }}
Account Id:{{ $Withdraw->account_id }}
Amount:{{ $Withdraw->amount }}
Payment Method:{{ $Withdraw->PaymentMethod->name }}
Created At:{{ $Withdraw->created_at->format('Y-m-d') }}
@endsection