@extends('layouts.admin') @section('content')
NOUVEAU CATEGORIE
@csrf
@if($errors->has('categorie'))

{{ $errors->first('categorie') }}

@endif

{{ trans('cruds.client.fields.first_name_helper') }}

@endsection