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

{{__('texte.zones_arr.create.add_zone_to')}} {{$storage->name}}

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