@extends('layouts.staff-new') @section('content')
Mandate ID | Due Amount | Borrower | Staff | Due Date | Status | |||
---|---|---|---|---|---|---|---|---|
{{ $loan->mandateId }} | ₦ {{ number_format($plan->interest + $plan->principal + $plan->management_fee, 2) }} | {{ $borrower->name }} | {{$staff->name ?? 'No staff'}} | {{$plan->payday}} | @if($plan->status) Paid - {{ $plan->collection_mode }} @else {{ $plan->status_message ?? 'No Message'}} @endif | |||
Data Unavailable |