{!! Form::label('id', 'Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $favorite->id !!}

{!! Form::label('food_id', 'Food Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $favorite->food_id !!}

{!! Form::label('extras', 'Extras:', ['class' => 'col-3 control-label text-right']) !!}

{!! $favorite->extras !!}

{!! Form::label('user_id', 'User Id:', ['class' => 'col-3 control-label text-right']) !!}

{!! $favorite->user_id !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $favorite->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-3 control-label text-right']) !!}

{!! $favorite->updated_at !!}