@extends('layouts.master') @section('body')
| № | Adı | Torpaq (HA) | Görülmüş iş (HA) | Hektarı, müqaviləsi, aqronomun aktı | Məntəqəyə qədər məsafə | KML file | Müqavilə və ya əlavə əkin statusu |
|---|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $land->name }} | {{ $land->land_ha }} | {{ $land->work_ha }} | @if ($land->contract) Göstər @endif | {{ $land->distance }} | @if ($land->kml_file) @php $kmlUrl = urlencode("https://p-aqrogps.com.az/storage/" . $land->kml_file); $earthUrl = "https://earth.google.com/web/@?link={$kmlUrl}"; @endphp Göstər @endif | {{ $land->land_type->name }} |