@extends('layouts.admin') @section('content')

Gestion des quartiers

@if(session()->get('completed'))
Alert!
{{ session()->get('completed') }}
@endif

Quartiers

@foreach($quartier as $quartiers) @endforeach
Libelle Localisation X Localisation Y Ville Zone Action
{{$quartiers->libelle}} {{$quartiers->localisation_x}} {{$quartiers->localisation_y}} {{$quartiers->villelibelle}} {{$quartiers->zonelibelle}} Modifier
@csrf @method('DELETE')
@endsection