@if ($errors->has('code'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('climabox_id')) {{ $errors->first('climabox_id') }} @endif
@foreach($brands as $brand)
climabox_brands->contains($brand->id) ? 'checked': '' }}>
@endforeach