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

ASECAM

Ajouter Filière

{{ csrf_field() }}
@if ($errors->has('nom')) {{ $errors->first('nom') }} @endif
{{-- --}} @if ($errors->has('description')) {{ $errors->first('description') }} @endif
@endsection