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

{!! $favorite->id !!}

{!! Form::label('doctor_id', 'E Service Id:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $favorite->doctor_id !!}

{!! Form::label('options', 'Options:', ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}

{!! $favorite->options !!}

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

{!! $favorite->user_id !!}

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

{!! $favorite->created_at !!}

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

{!! $favorite->updated_at !!}