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

{{__('texte.corridors_arr.create.add_corridor_to_storage')}} {{$zone->storage->name}}, {{__('texte.corridors_arr.create.zone')}} {{$zone->zone}}

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