{{ Auth::user()->name }}
{{ Auth::user()->name }}
My Profile
@csrf
Logout
@if(auth()->user()->role === 'superadmin')
Main Menu
Dashboard
Loan
Manage Loan Approval
All Approved Loans
Unapproved Loan
Members
Member Approval
View Member Approval
View Disqualified Members
Fees
Registration Member fee
Loan Application Form Fee
Settings
@else
Main Menu
Dashboard
Loan
@if(auth()->check() && auth()->user()->approved == 1)
Monthly Contribution
Loan Status
@endif
Settings
@endif