@include('profile::public.profile.partial.header')
@include('profile::public.profile.partial.aside')
{{$profile->title}}

{!! $profile['id'] !!}

{!! $profile['reporting_to'] !!}

{!! $profile['name'] !!}

{!! $profile['email'] !!}

{!! $profile['password'] !!}

{!! $profile['api_token'] !!}

{!! $profile['remember_token'] !!}

{!! $profile['gender'] !!}

{!! $profile['dob'] !!}

{!! $profile['designation'] !!}

{!! $profile['mobile'] !!}

{!! $profile['phone'] !!}

{!! $profile['address'] !!}

{!! $profile['street'] !!}

{!! $profile['city'] !!}

{!! $profile['district'] !!}

{!! $profile['state'] !!}

{!! $profile['country'] !!}

{!! $profile['photo'] !!}

{!! $profile['ref'] !!}

{!! $profile['profile_for'] !!}

{!! $profile['candidate_name'] !!}

{!! $profile['marital_status'] !!}

{!! $profile['age'] !!}

{!! $profile['nationality'] !!}

{!! $profile['country_id'] !!}

{!! $profile['state_id'] !!}

{!! $profile['city_id'] !!}

{!! $profile['mothertongue'] !!}

{!! $profile['languages_known'] !!}

{!! $profile['religion'] !!}

{!! $profile['caste'] !!}

{!! $profile['subcaste'] !!}

{!! $profile['religious_value'] !!}

{!! $profile['height'] !!}

{!! $profile['weight'] !!}

{!! $profile['body_type'] !!}

{!! $profile['complexion'] !!}

{!! $profile['physical_status'] !!}

{!! $profile['education'] !!}

{!! $profile['employment_type'] !!}

{!! $profile['occupation'] !!}

{!! $profile['income'] !!}

{!! $profile['star'] !!}

{!! $profile['raasi'] !!}

{!! $profile['dosham'] !!}

{!! $profile['food_habits'] !!}

{!! $profile['smoking'] !!}

{!! $profile['drinking'] !!}

{!! $profile['family_status'] !!}

{!! $profile['family_type'] !!}

{!! $profile['family_values'] !!}

{!! $profile['images'] !!}

{!! $profile['horoscope'] !!}

{!! $profile['description'] !!}

{!! $profile['profile_status'] !!}

{!! $profile['email_alert'] !!}

{!! $profile['phone_setting'] !!}

{!! $profile['horoscope_setting'] !!}

{!! $profile['photo_setting'] !!}

{!! $profile['viwed_profiles'] !!}

{!! $profile['profile_visitors'] !!}

{!! $profile['subscription'] !!}

{!! $profile['activated_at'] !!}

{!! $profile['expires_at'] !!}

{!! $profile['published'] !!}

{!! $profile['plan'] !!}

{!! $profile['web'] !!}

{!! $profile['permissions'] !!}

{!! $profile['status'] !!}

{!! $profile['user_id'] !!}

{!! $profile['user_type'] !!}

{!! $profile['upload_folder'] !!}

{!! $profile['deleted_at'] !!}

{!! $profile['created_at'] !!}

{!! $profile['updated_at'] !!}
{!! Form::text('name') -> label(trans('profile::profile.label.name')) -> placeholder(trans('profile::profile.placeholder.name'))!!}
{!! Form::text('email') -> label(trans('profile::profile.label.email')) -> placeholder(trans('profile::profile.placeholder.email'))!!}
{!! Form::text('password') -> label(trans('profile::profile.label.password')) -> placeholder(trans('profile::profile.placeholder.password'))!!}
{!! Form::select('gender') -> options(trans('profile::profile.options.gender')) -> label(trans('profile::profile.label.gender')) -> placeholder(trans('profile::profile.placeholder.gender'))!!}
{!! Form::text('dob') -> placeholder(trans('profile::profile.placeholder.dob')) ->raw()!!}
{!! Form::text('mobile') -> label(trans('profile::profile.label.mobile')) -> placeholder(trans('profile::profile.placeholder.mobile'))!!}
{!! Form::text('phone') -> label(trans('profile::profile.label.phone')) -> placeholder(trans('profile::profile.placeholder.phone'))!!}
{!! Form::text('address') -> label(trans('profile::profile.label.address')) -> placeholder(trans('profile::profile.placeholder.address'))!!}
{!! Form::text('street') -> label(trans('profile::profile.label.street')) -> placeholder(trans('profile::profile.placeholder.street'))!!}
{!! Form::text('city') -> label(trans('profile::profile.label.city')) -> placeholder(trans('profile::profile.placeholder.city'))!!}
{!! Form::text('district') -> label(trans('profile::profile.label.district')) -> placeholder(trans('profile::profile.placeholder.district'))!!}
{!! Form::text('state') -> label(trans('profile::profile.label.state')) -> placeholder(trans('profile::profile.placeholder.state'))!!}
{!! Form::numeric('country') -> label(trans('profile::profile.label.country')) -> placeholder(trans('profile::profile.placeholder.country'))!!}
{!! Form::text('photo') -> label(trans('profile::profile.label.photo')) -> placeholder(trans('profile::profile.placeholder.photo'))!!}
{!! Form::text('ref') -> label(trans('profile::profile.label.ref')) -> placeholder(trans('profile::profile.placeholder.ref'))!!}
{!! Form::select('profile_for') -> options(trans('profile::profile.options.profile_for')) -> label(trans('profile::profile.label.profile_for')) -> placeholder(trans('profile::profile.placeholder.profile_for'))!!}
{!! Form::text('candidate_name') -> label(trans('profile::profile.label.candidate_name')) -> placeholder(trans('profile::profile.placeholder.candidate_name'))!!}
{!! Form::select('marital_status') -> options(trans('profile::profile.options.marital_status')) -> label(trans('profile::profile.label.marital_status')) -> placeholder(trans('profile::profile.placeholder.marital_status'))!!}
{!! Form::text('age') -> label(trans('profile::profile.label.age')) -> placeholder(trans('profile::profile.placeholder.age'))!!}
{!! Form::text('nationality') -> label(trans('profile::profile.label.nationality')) -> placeholder(trans('profile::profile.placeholder.nationality'))!!}
{!! Form::numeric('country_id') -> label(trans('profile::profile.label.country_id')) -> placeholder(trans('profile::profile.placeholder.country_id'))!!}
{!! Form::numeric('state_id') -> label(trans('profile::profile.label.state_id')) -> placeholder(trans('profile::profile.placeholder.state_id'))!!}
{!! Form::numeric('city_id') -> label(trans('profile::profile.label.city_id')) -> placeholder(trans('profile::profile.placeholder.city_id'))!!}
{!! Form::text('mothertongue') -> label(trans('profile::profile.label.mothertongue')) -> placeholder(trans('profile::profile.placeholder.mothertongue'))!!}
{!! Form::text('languages_known') -> label(trans('profile::profile.label.languages_known')) -> placeholder(trans('profile::profile.placeholder.languages_known'))!!}
{!! Form::text('religion') -> label(trans('profile::profile.label.religion')) -> placeholder(trans('profile::profile.placeholder.religion'))!!}
{!! Form::text('caste') -> label(trans('profile::profile.label.caste')) -> placeholder(trans('profile::profile.placeholder.caste'))!!}
{!! Form::text('subcaste') -> label(trans('profile::profile.label.subcaste')) -> placeholder(trans('profile::profile.placeholder.subcaste'))!!}
{!! Form::select('religious_value') -> options(trans('profile::profile.options.religious_value')) -> label(trans('profile::profile.label.religious_value')) -> placeholder(trans('profile::profile.placeholder.religious_value'))!!}
{!! Form::text('height') -> label(trans('profile::profile.label.height')) -> placeholder(trans('profile::profile.placeholder.height'))!!}
{!! Form::text('weight') -> label(trans('profile::profile.label.weight')) -> placeholder(trans('profile::profile.placeholder.weight'))!!}
{!! Form::select('body_type') -> options(trans('profile::profile.options.body_type')) -> label(trans('profile::profile.label.body_type')) -> placeholder(trans('profile::profile.placeholder.body_type'))!!}
{!! Form::select('complexion') -> options(trans('profile::profile.options.complexion')) -> label(trans('profile::profile.label.complexion')) -> placeholder(trans('profile::profile.placeholder.complexion'))!!}
{!! Form::select('physical_status') -> options(trans('profile::profile.options.physical_status')) -> label(trans('profile::profile.label.physical_status')) -> placeholder(trans('profile::profile.placeholder.physical_status'))!!}
{!! Form::text('education') -> label(trans('profile::profile.label.education')) -> placeholder(trans('profile::profile.placeholder.education'))!!}
{!! Form::select('employment_type') -> options(trans('profile::profile.options.employment_type')) -> label(trans('profile::profile.label.employment_type')) -> placeholder(trans('profile::profile.placeholder.employment_type'))!!}
{!! Form::text('occupation') -> label(trans('profile::profile.label.occupation')) -> placeholder(trans('profile::profile.placeholder.occupation'))!!}
{!! Form::text('income') -> label(trans('profile::profile.label.income')) -> placeholder(trans('profile::profile.placeholder.income'))!!}
{!! Form::text('star') -> label(trans('profile::profile.label.star')) -> placeholder(trans('profile::profile.placeholder.star'))!!}
{!! Form::text('raasi') -> label(trans('profile::profile.label.raasi')) -> placeholder(trans('profile::profile.placeholder.raasi'))!!}
{!! Form::select('dosham') -> options(trans('profile::profile.options.dosham')) -> label(trans('profile::profile.label.dosham')) -> placeholder(trans('profile::profile.placeholder.dosham'))!!}
{!! Form::select('food_habits') -> options(trans('profile::profile.options.food_habits')) -> label(trans('profile::profile.label.food_habits')) -> placeholder(trans('profile::profile.placeholder.food_habits'))!!}
{!! Form::select('smoking') -> options(trans('profile::profile.options.smoking')) -> label(trans('profile::profile.label.smoking')) -> placeholder(trans('profile::profile.placeholder.smoking'))!!}
{!! Form::select('drinking') -> options(trans('profile::profile.options.drinking')) -> label(trans('profile::profile.label.drinking')) -> placeholder(trans('profile::profile.placeholder.drinking'))!!}
{!! Form::select('family_status') -> options(trans('profile::profile.options.family_status')) -> label(trans('profile::profile.label.family_status')) -> placeholder(trans('profile::profile.placeholder.family_status'))!!}
{!! Form::select('family_type') -> options(trans('profile::profile.options.family_type')) -> label(trans('profile::profile.label.family_type')) -> placeholder(trans('profile::profile.placeholder.family_type'))!!}
{!! Form::select('family_values') -> options(trans('profile::profile.options.family_values')) -> label(trans('profile::profile.label.family_values')) -> placeholder(trans('profile::profile.placeholder.family_values'))!!}
{!! $profile->files('images', 10) ->mime(config('filer.image_extensions')) ->url($profile->getUploadUrl('images')) ->dropzone()!!}
{!! $profile->files('images') ->editor()!!}
{!! $profile->files('image') ->url($profile->getUploadUrl('image')) ->mime(config('filer.image_extensions')) ->dropzone()!!}
{!! $profile->files('image') ->editor()!!}
{!! Form::text('description') -> label(trans('profile::profile.label.description')) -> placeholder(trans('profile::profile.placeholder.description'))!!}
{!! Form::select('profile_status') -> options(trans('profile::profile.options.profile_status')) -> label(trans('profile::profile.label.profile_status')) -> placeholder(trans('profile::profile.placeholder.profile_status'))!!}
{!! Form::select('email_alert') -> options(trans('profile::profile.options.email_alert')) -> label(trans('profile::profile.label.email_alert')) -> placeholder(trans('profile::profile.placeholder.email_alert'))!!}
{!! Form::select('phone_setting') -> options(trans('profile::profile.options.phone_setting')) -> label(trans('profile::profile.label.phone_setting')) -> placeholder(trans('profile::profile.placeholder.phone_setting'))!!}
{!! Form::select('horoscope_setting') -> options(trans('profile::profile.options.horoscope_setting')) -> label(trans('profile::profile.label.horoscope_setting')) -> placeholder(trans('profile::profile.placeholder.horoscope_setting'))!!}
{!! Form::select('photo_setting') -> options(trans('profile::profile.options.photo_setting')) -> label(trans('profile::profile.label.photo_setting')) -> placeholder(trans('profile::profile.placeholder.photo_setting'))!!}
{!! Form::numeric('viwed_profiles') -> label(trans('profile::profile.label.viwed_profiles')) -> placeholder(trans('profile::profile.placeholder.viwed_profiles'))!!}
{!! Form::numeric('profile_visitors') -> label(trans('profile::profile.label.profile_visitors')) -> placeholder(trans('profile::profile.placeholder.profile_visitors'))!!}
{!! Form::text('subscription') -> label(trans('profile::profile.label.subscription')) -> placeholder(trans('profile::profile.placeholder.subscription'))!!}
{!! Form::text('activated_at') -> placeholder(trans('profile::profile.placeholder.activated_at')) ->raw()!!}
{!! Form::text('expires_at') -> placeholder(trans('profile::profile.placeholder.expires_at')) ->raw()!!}
{!! Form::select('published') -> options(trans('profile::profile.options.published')) -> label(trans('profile::profile.label.published')) -> placeholder(trans('profile::profile.placeholder.published'))!!}
{!! Form::select('plan') -> options(trans('profile::profile.options.plan')) -> label(trans('profile::profile.label.plan')) -> placeholder(trans('profile::profile.placeholder.plan'))!!}
{!! Form::text('web') -> label(trans('profile::profile.label.web')) -> placeholder(trans('profile::profile.placeholder.web'))!!}
{!! Form::textarea('permissions') -> label(trans('profile::profile.label.permissions')) -> dataUpload(trans_url($profile->getUploadURL('permissions'))) -> addClass('html-editor') -> placeholder(trans('profile::profile.placeholder.permissions'))!!}