@extends('backend/include/layout') @section('title') Modification Région || {{env("APP_NAME")}} @endsection @section('fil-arial')

Régions

@endsection @section('contenu')
Modification
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method("put")
@endsection @section('script-js') @endsection