{!! Form::label('id', 'Id:') !!}

{{ $bondMaterialRecipeDetails->id }}

{!! Form::label('materialID', 'Materialid:') !!}

{{ $bondMaterialRecipeDetails->materialID }}

{!! Form::label('weight', 'Weight:') !!}

{{ $bondMaterialRecipeDetails->weight }}

{!! Form::label('mixing_date', 'Mixing Date:') !!}

{{ $bondMaterialRecipeDetails->mixing_date }}

{!! Form::label('lot_no', 'Lot No:') !!}

{{ $bondMaterialRecipeDetails->lot_no }}

{!! Form::label('remark', 'Remark:') !!}

{{ $bondMaterialRecipeDetails->remark }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $bondMaterialRecipeDetails->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $bondMaterialRecipeDetails->updated_at }}