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

{{__('texte.producer_marks_arr.edit.edit_mark')}}

{{ method_field('PATCH') }} {{ csrf_field() }} @permission('mark-form-name-read')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endpermission @permission('mark-form-active-read')
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endpermission
@endsection