{{-- \resources\views\permissions\create.blade.php --}} @extends('layout') @section('title', '| Enregister Categorie') @section('content')
GESTION DES questions
ACCUEIL
LISTE D'ENREGISTREMENT DES questions
@csrf
FORMULAIRE D'ENREGISTREMENT D'UN Question
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
Nom Question
Nom Région
Faites un choix
@foreach ($categories as $categorie)
{{$categorie->nomc}}
@endforeach
ENREGISTRER
@endsection