@extends('layouts.admin') @section('content')
Gestion des regions
Accueil
Regions
Modifier la region
@if ($errors->any())
×
Alert!
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('PATCH')
Libelle
Localisation x
Localisation y
@endsection