@component('mail::message') # Hello {{ ucwords($notifiable->name) }}! A new request for property {{ $leadrequest['state'] }}, {{ $leadrequest['zipcode'] }} ## User Details - **Name:** {{ $leadrequest['user_name'] }} - **Email:** {{ $leadrequest['email'] }} - **Mobile:** {{ $leadrequest['contact_details'] }} ## Property Information - **Property Value:** ${{ number_format($leadrequest['estimate_property_value'], 2) }} - **Occupancy:** {{ $leadrequest['occupancy'] }} - **Loan Amount:** ${{ number_format($leadrequest['loan_balance'], 2) }} - **Credit Score:** {{ $leadrequest['credit_score'] }} ## Proposed Loan Details | | | |-----------------------------|--------------------------------------------------| | Loan Rate | {{ number_format($property['alerts']['other_info']->mdata->proposed_interest_rate, 3) }}% | | Loan Term | {{ monthToYear($property['alerts']['other_info']->mdata->proposed_term) }} | | Loan Type | {{ $property['alerts']['other_info']->api_response->lender_price->mortgageType }} | | Monthly PMI | ${{ $property['alerts']['other_info']->api_response->lender_price->mi }} | | Monthly Payment (P&I) | ${{ number_format(($property['alerts']['other_info']->future_monthly_payment ?? 0), 2) }} | | Interest To Be Paid | ${{ number_format(($property['alerts']['other_info']->interest_to_be_paid_for_new_loan ?? 0), 2) }} | | APR | ${{ number_format(($property['alerts']['other_info']->annual_purchase_rate ?? 0), 3) }} | | | | @endcomponent