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

{{__('texte.spots_arr.index.storages')}} > {{__('texte.spots_arr.index.zones')}} > {{__('texte.spots_arr.index.corridors')}} > {{!isset($changed_spots) ? __('texte.spots_arr.index.spots') : __('texte.spots_arr.index.revised_spots')}}


@permission('spot-form-active-read')
@endpermission {{isset($changed_spots) ? __('texte.spots_arr.index.spots') :__('texte.spots_arr.index.revised_spots')}}
@if(isset($spots)) @foreach ($spots as $spot) @endforeach @else @foreach ($changed_spots as $spot) @endforeach @endif
{{strtoupper(__('texte.spots_arr.index.id'))}} {{__('texte.spots_arr.index.spot')}} {{__('texte.spots_arr.index.active_l')}}
{{ $spot->id }} {{ $spot->spot }} {{ Lang::get('texte.replies_arr')[$spot->active]}}
{{ $spot->id }} {{ $spot->spot }} {{ Lang::get('texte.replies_arr')[$spot->active]}}
@endsection