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

{{__('texte.spots_arr.create.add_spot_to_storage')}} {{$corridor->zone->storage->name}}, {{__('texte.spots_arr.create.zone')}} {{$corridor->zone->zone}}, {{__('texte.spots_arr.create.corridor')}} {{$corridor->corridor}}

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