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

{{__('texte.categories_arr.create.add_category')}}

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