@extends('layouts.staff-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Bids placed on loans
@forelse($bids as $bid)
Owner Owner's Offer My Offer Account Bid Date Activity
Avatar
{{$bid->loanFund->investor->name}}
₦{{$bid->loanFund->sale_amount}}
₦ {{$bid->amount}}
{{$bid->investor->name}}
{{$bid->created_at}}
@if($bid->status == 1)