{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Enregister Département') @section('css') @endsection @section('content')

GESTION DES VILLAGES

@csrf
FORMULAIRE D'ENREGISTREMENT D'UNE village
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection @section('script') @endsection