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

{{__('texte.filters_arr.create.add_filter')}}

{{ csrf_field() }} @permission('filter-form-title-read')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@endpermission @permission('filter-form-type-read')
@if ($errors->has('type')) {{ $errors->first('type') }} @endif
@endpermission
@endsection