{{-- @dd($bom, $bom->product->no_part ); --}}
{!! Form::label('no_part', 'No Part:') !!}

{{ isset($bom->product)? $bom->product->no_part : '--' }}

{!! Form::label('description', 'Descripcion:') !!}

{{ $bom->description }}

{{--
{!! Form::label('material', 'Material:') !!}

{{ $bom->material }}

--}} {{--
{!! Form::label('dim', 'Dim:') !!}

{{ $bom->dim }}

--}}
{!! Form::label('weight', 'Peso:') !!}

{{ $bom->weight }} kg

{!! Form::label('nivel', 'Nivel:') !!}

{{ $bom->nivel }}

{{--
{!! Form::label('pieces_per_assembly', 'Piezas por ensamble:') !!}

{{ $bom->pieces_per_assembly }}

--}}