{{ strtoupper($withdrawal->reference) }}
REF
Withdrawal Request placed on {{ $withdrawal->created_at->format('l jS \\of F Y') }}
@extends('layouts.investor') @section('page-css') @endsection @section('content')
{{ strtoupper($withdrawal->reference) }}
REF
Withdrawal Request placed on {{ $withdrawal->created_at->format('l jS \\of F Y') }}
Amount
₦ {{ number_format($withdrawal->amount, 2) }}
Status
@if($withdrawal->status == 1) Pending @elseif($withdrawal->status == 2) Paid @elseif($withdrawal->status == 3) Cancelled @else Declined @endif