@push('stylesheets') @endpush @include('livewire.plot.plotmodal')

1. Coordonnées

{{ $farmer->fullname }}
{{ $farmer->phone }}
{{ $farmer->locality }}

2. Parcelles

@forelse ($plots as $plot) @empty @endforelse
# SUPERFICIE DE L'EXPLOITATION (HA) NOM PARCELLE LATITUDE LONGITIDUE ACTIONS
{{ $i }} {{ $plot->total_area }} {{ $plot->gps_code }} {{ $plot->latitude }} {{ $plot->longitude }}
Aucune parcelle enregistrée

3. Localisation des parcelles

@push('scripts') @endpush