@extends('admin.layouts.app') @section('title', 'Feasibility Reports') @section('breadcrumb') Feasibility Reports @endsection @section('content')
All generated land feasibility analysis reports
| Report ID | Location | State | User | Feasibility Score | Status | Created | Actions |
|---|---|---|---|---|---|---|---|
| #{{ str_pad($report->id, 5, '0', STR_PAD_LEFT) }} |
{{ Str::limit($report->address ?? '—', 30) }}
{{ $report->latitude ? number_format($report->latitude, 4).'°N' : '' }}
{{ $report->longitude ? number_format($report->longitude, 4).'°E' : '' }}
|
{{ $report->state?->code ?? '—' }} | {{ $report->user?->name ?? 'System' }} |
|
{{ ucfirst($report->status ?? 'pending') }} | {{ $report->created_at->format('d M Y') }} | |
| No feasibility reports yet | |||||||