@extends('layouts.app') @section('title', 'Testing') @section('main-content')
Click on the map to get the location of the device.
{{--Loan ID: {{ $loan->id }}
Amount: TZS {{ number_format($loan->loan_required_amount) }}
Status: {{ ucfirst($loan->status) }}
installation id: {{ ucfirst($loan->installation_id) }}
Status: {{ ucfirst($loan->installation->status) }}