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

{{__('texte.filters_arr.edit.edit_filter')}}

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