@if($customFields)
{!! trans('lang.main_fields') !!}
@endif
{!! Form::label('image', trans("lang.patient_image"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{{ trans('lang.media_select')}}
{{ trans("lang.patient_image_help") }}
@prepend('scripts') @endprepend
{!! Form::label('user_id', trans("lang.patient_user_id"),['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::select('user_id', $user, null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.patient_user_id_help") }}
{!! Form::label('first_name', trans("lang.patient_first_name"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('first_name', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_first_name_placeholder")]) !!}
{{ trans("lang.patient_first_name_help") }}
{!! Form::label('last_name', trans("lang.patient_last_name"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('last_name', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_last_name_placeholder")]) !!}
{{ trans("lang.patient_last_name_help") }}
{{----}} {{--
--}} {{-- {!! Form::label('id_card', trans("lang.patient_id_card"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}--}} {{--
--}} {{--
--}} {{--
--}} {{-- {{ trans('lang.media_select')}}--}} {{--
--}} {{-- {{ trans("lang.patient_id_card_help") }}--}} {{--
--}} {{--
--}} {{--
--}} {{-- @prepend('scripts')--}} {{-- --}} {{-- @endprepend--}}
{!! Form::label('phone_number', trans("lang.patient_phone_number"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('phone_number', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_phone_number_placeholder")]) !!}
{{ trans("lang.patient_phone_number_help") }}
{!! Form::label('mobile_number', trans("lang.patient_mobile_number"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('mobile_number', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_mobile_number_placeholder")]) !!}
{{ trans("lang.patient_mobile_number_help") }}
{!! Form::label('age', trans("lang.patient_age"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('age', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_age_placeholder")]) !!}
{{ trans("lang.patient_age_help") }}
{!! Form::label('gender', trans("lang.patient_gender"),['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::select('gender', ['male' => trans('lang.patient_male'),'fixed' => trans('lang.patient_female')], null, ['class' => 'select2 form-control']) !!}
{{ trans("lang.patient_gender_help") }}
{!! Form::label('weight', trans("lang.patient_weight"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('weight', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_weight_placeholder")]) !!}
{{ trans("lang.patient_weight_help") }}
{!! Form::label('height', trans("lang.patient_height"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::text('height', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_height_placeholder")]) !!}
{{ trans("lang.patient_height_help") }}
{!! Form::label('medical_history', trans("lang.patient_medical_history"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::textarea('medical_history', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_medical_history_placeholder") ]) !!}
{{ trans("lang.patient_medical_history_help") }}
{!! Form::label('notes', trans("lang.patient_notes"), ['class' => 'col-md-3 control-label text-md-right mx-1']) !!}
{!! Form::textarea('notes', null, ['class' => 'form-control','placeholder'=> trans("lang.patient_notes_placeholder") ]) !!}
{{ trans("lang.patient_notes_help") }}
@if($customFields)
{!! trans('lang.custom_field_plural') !!}
{!! $customFields !!}
@endif
{{trans('lang.cancel')}}