AƱade por lo menos un componente, por favor.
{!! Form::model($bom, ['route' => ['boms.update', $bom->id], 'method' => 'patch', "id" => "editar-bom-form" ]) !!}
@php
$contador = 0
@endphp
@foreach ($components as $component)
{!! Form::close() !!}
@include('boms.fields')
@include('components.fields_edit')
@php
$contador++;
@endphp
@endforeach