@extends('layouts.app') @section('title', 'Testing') @section('main-content')
{{-- --}} {{-- --}} {{-- @foreach ($users as $user)
{{ $user->name }}
@endforeach --}} {{-- --}} {{--
Show Tracker
--}}
4

Multi Location Tracker

Click on the map to get the location of the device.

{{-- --}}
@foreach ($loans as $loan)

{{ $loan->user->formalname }}

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) }}

@endforeach
@endsection