@extends('layouts.frontend-master') @push('style') @endpush @php $user = auth()->user()->member; $loan = \App\Models\Loan::where('member_id', Auth::user()->member->id) ->orderBy('id', 'desc') ->first(); @endphp @section('title', 'Information') @push('style') @endpush @section('content')
{{--
{{ auth()->user()->member->credit_score ?? 500 }}

Credit Score

{{ auth()->user()->phone ?? 000 }}

--}}
{{ auth()->user()->member->credit_score ?? 500 }}
{{ auth()->user()->phone ?? 000 }}
{{--
Personal Information
Indentify Information
Beneficiary Information
Signature
My Loan Application
Payment Schedule
Transactions
About Us
Terms and Condition
--}}

Personal Information

Loan Applications

Repayment Period

My Transaction

Set Up

About Us

@csrf
@endsection @push('script') @endpush