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

{!! $patient->id !!}

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

{!! $patient->image !!}

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

{!! $patient->user_id !!}

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

{!! $patient->first_name !!}

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

{!! $patient->last_name !!}

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

{!! $patient->id_card !!}

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

{!! $patient->phone_number !!}

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

{!! $patient->mobile_number !!}

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

{!! $patient->age !!}

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

{!! $patient->gender !!}

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

{!! $patient->weight !!}

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

{!! $patient->height !!}

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

{!! $patient->created_at !!}

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

{!! $patient->updated_at !!}