@extends('admin.admin_master') @section('admin')

All users with Loans

Add User

All Users - Mkopo

@foreach($all_info as $key => $item) @endforeach
Sn. Full Name Membership # Mobile Number Address # of loans given Total amount of loan/s given Loan # Current loan amount Action
{{ $key+1}} {{ $item->name." ".$item->sname." ".$item->lname }} {{ $item->membership_no }} {{ $item->mobile_no }} {{ $item->address }} {{ $item->no_of_loans }} {{ number_format($item->amount_given,2) }} {{ $item->current_loan_no }} {{ number_format($item->current_amount,2) }}
@endsection