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

{{__('texte.filter_options_arr.show.show_filter_option')}}

{{__('texte.filter_options_arr.show.title')}}: {{ $option->title }}
{{__('texte.filter_options_arr.show.type')}}: {{ App\Filter::TYPES[$option->filter->type] }}
{{__('texte.filter_options_arr.show.active')}}: {{ App\Model::ACTIVE[$option->active] }}
{{__('texte.filter_options_arr.show.filter')}}: {{ $option->filter->title }}
@endsection