@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('capacity'))
{{ $errors->first('capacity') }}
@endif
@if ($errors->has('floor_id'))
{{ $errors->first('floor_id') }}
@endif
@if (isset($edit) && $edit->icon)
 }})
@endif

@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif