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

{{__('texte.objects_arr.index.objects_list')}}


@foreach ($filters as $index=>$filter) @if ($filter->type == 2 && $filter->options->isNotEmpty())
@endif @if ($filter->type == 1 && $filter->options->isNotEmpty())
@endif @endforeach
@foreach($filters as $filter) @endforeach
{{strtoupper(__('texte.objects_arr.index.id'))}} {{__('texte.objects_arr.index.object')}} {{__('texte.objects_arr.index.client')}} {{__('texte.objects_arr.index.contact_person')}} {{__('texte.objects_arr.index.area')}} {{__('texte.objects_arr.index.location')}} {{__('texte.objects_arr.index.type')}} {{__('texte.objects_arr.index.subtype')}} {{__('texte.objects_arr.index.active_m')}}
@endsection