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

{{__('texte.categories_arr.edit.edit_category')}}

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