@extends('layouts.app') @section('content')

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

{{ csrf_field() }}
@if ($errors->has('place')) {{ $errors->first('place') }} @endif
@endsection