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

{{__('texte.places_arr.index.places_of_storage')}} {{$spot->corridor->zone->storage->name}}, {{__('texte.places_arr.index.zone')}} {{$spot->corridor->zone->zone}}, {{__('texte.places_arr.index.corridor')}} {{$spot->corridor->corridor}}, {{__('texte.places_arr.index.spot')}} {{$spot->spot}}



{{strtoupper(__('texte.places_arr.index.id'))}} {{__('texte.places_arr.index.place')}} {{__('texte.places_arr.index.quarantine')}} {{__('texte.places_arr.index.active_m')}}
@endsection