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

{{__('texte.filter_options_arr.create.add_filter_option')}}

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