@extends('layouts.app') @section('link') @endsection @section('content')
@include('shared.messages')

{{__('texte.filter_options_arr.index.filters')}} > {{!isset($changed_options) ? __('texte.filter_options_arr.index.filter_options_of') : __('texte.filter_options_arr.index.revised_filter_options_of')}} {{$filter->title}}


@permission('filter_option-form-active-read')
@endpermission {{isset($changed_options) ? __('texte.filter_options_arr.index.options') :__('texte.filter_options_arr.index.revised_options')}}
@if(isset($options)) @foreach ($options as $option) @endforeach @else @foreach ($changed_options as $option) @endforeach @endif
{{strtoupper(__('texte.filter_options_arr.index.id'))}} {{__('texte.filter_options_arr.index.title')}} {{__('texte.filter_options_arr.index.type')}} {{__('texte.filter_options_arr.index.active_f')}}
{{ $option->id }} {{ $option->title }} {{ App\Filter::TYPES[$option->filter->type] }} {{ App\Model::ACTIVE[$option->active] }}
{{ $option->id }} {{ $option->title }} {{ App\Filter::TYPES[$option->filter->type] }} {{ App\Model::ACTIVE[$option->active] }}
@endsection