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

{{__('texte.filter_options_arr.create.add_filter_option')}} {{$filter->title}}

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