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

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

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