@extends('layouts.admin-new') @section('content')

{{ucfirst($model)}}'s Data

@forelse($data as $bit) @empty @endforelse
Reference # Name Email Payroll ID Loan Wallet Wallet Balance Escrow Balance Status Actions
{{ $bit->reference}} {{ $bit->name}} {{ $bit->email}} {{ optional($bit->employments()->first())->payroll_id }} ₦{{ number_format($bit->masked_loan_wallet, 2)}} ₦{{ number_format($bit->wallet, 2)}} ₦{{ number_format($bit->escrow, 2)}} @if($bit->is_active) @else @endif @if($model === 'borrowers') View @else View @endif
Data Unavailable
@endsection @section('page-js') @endsection