@extends('layouts.app') @section('link') @endsection @section('content')
{{strtoupper(__('texte.filters_arr.index.id'))}} | {{__('texte.filters_arr.index.title')}} | {{__('texte.filters_arr.index.type')}} | {{__('texte.filters_arr.index.active_m')}} | |
---|---|---|---|---|
{{ $filter->id }} | {{ $filter->title }} | {{ App\Filter::TYPES[$filter->type] }} | {{ App\Model::ACTIVE[$filter->active] }} |
@if ($filter->type == 0)
@endif
@if ($filter->type > 0)
{{__('texte.filters_arr.index.options')}}
@endif
|
{{ $filter->id }} | {{ $filter->title }} | {{ App\Filter::TYPES[$filter->type] }} | {{ App\Model::ACTIVE[$filter->active] }} |