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

Gestion des regions

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

Regions

@foreach($region as $regions) @endforeach
Libelle Localisation X Localisation Y Action
{{$regions->libelle}} {{$regions->localisation_x}} {{$regions->localisation_y}} Modifier
@csrf @method('DELETE')
@endsection