{{ strtoupper($bid->loanFund->reference) }}
FUND REF
Bid placed on {{ $bid->created_at->format('l jS \\of F Y') }} for {{ strtoupper($bid->loanFund->reference) }}
@extends('layouts.investor') @section('content')
{{ strtoupper($bid->loanFund->reference) }}
FUND REF
Bid placed on {{ $bid->created_at->format('l jS \\of F Y') }} for {{ strtoupper($bid->loanFund->reference) }}
Amount
₦ {{ number_format($bid->amount, 2) }}
Status
@if($bid->status == 1) Pending @elseif($bid->status == 2) Accepted @elseif($bid->status == 3) Cancelled @else Declined @endif