{!! $profile['id'] !!}
{!! $profile['ref'] !!}
{!! $profile['name'] !!}
{!! $profile['email'] !!}
{!! $profile['phone'] !!}
{!! $profile['password'] !!}
{!! $profile['profile_for'] !!}
{!! $profile['candidate_name'] !!}
{!! $profile['gender'] !!}
{!! $profile['marital_status'] !!}
{!! $profile['dob'] !!}
{!! $profile['country'] !!}
{!! $profile['state'] !!}
{!! $profile['city'] !!}
{!! $profile['mothertongue'] !!}
{!! $profile['religion'] !!}
{!! $profile['caste'] !!}
{!! $profile['subcaste'] !!}
{!! $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_value'] !!}
{!! $profile['images'] !!}
{!! $profile['horoscope'] !!}
{!! $profile['description'] !!}
{!! $profile['subscription'] !!}
{!! $profile['expires_at'] !!}
{!! $profile['activated_at'] !!}
{!! $profile['published'] !!}
{!! $profile['created_at'] !!}
{!! $profile['updated_at'] !!}
{!! $profile['deleted_at'] !!}
{!! Form::text('name')
-> label(trans('matrimony::profile.label.name'))
-> placeholder(trans('matrimony::profile.placeholder.name'))!!}
{!! Form::email('email')
-> label(trans('matrimony::profile.label.email'))
-> placeholder(trans('matrimony::profile.placeholder.email'))!!}
{!! Form::tel('phone')
-> label(trans('matrimony::profile.label.phone'))
-> placeholder(trans('matrimony::profile.placeholder.phone'))!!}
{!! Form::password('password')
-> label(trans('matrimony::profile.label.password'))
-> placeholder(trans('matrimony::profile.placeholder.password'))!!}
{!! Form::select('profile_for')
-> options(trans('matrimony::profile.options.profile_for'))
-> label(trans('matrimony::profile.label.profile_for'))
-> placeholder(trans('matrimony::profile.placeholder.profile_for'))!!}
{!! Form::text('candidate_name')
-> label(trans('matrimony::profile.label.candidate_name'))
-> placeholder(trans('matrimony::profile.placeholder.candidate_name'))!!}
{!! Form::select('gender')
-> options(trans('matrimony::profile.options.gender'))
-> label(trans('matrimony::profile.label.gender'))
-> placeholder(trans('matrimony::profile.placeholder.gender'))!!}
{!! Form::select('marital_status')
-> options(trans('matrimony::profile.options.marital_status'))
-> label(trans('matrimony::profile.label.marital_status'))
-> placeholder(trans('matrimony::profile.placeholder.marital_status'))!!}
{!! Form::select('country')
-> options(trans('matrimony::profile.options.country'))
-> label(trans('matrimony::profile.label.country'))
-> placeholder(trans('matrimony::profile.placeholder.country'))!!}
{!! Form::select('state')
-> options(trans('matrimony::profile.options.state'))
-> label(trans('matrimony::profile.label.state'))
-> placeholder(trans('matrimony::profile.placeholder.state'))!!}
{!! Form::select('city')
-> options(trans('matrimony::profile.options.city'))
-> label(trans('matrimony::profile.label.city'))
-> placeholder(trans('matrimony::profile.placeholder.city'))!!}
{!! Form::select('mothertongue')
-> options(trans('matrimony::profile.options.mothertongue'))
-> label(trans('matrimony::profile.label.mothertongue'))
-> placeholder(trans('matrimony::profile.placeholder.mothertongue'))!!}
{!! Form::select('religion')
-> options(trans('matrimony::profile.options.religion'))
-> label(trans('matrimony::profile.label.religion'))
-> placeholder(trans('matrimony::profile.placeholder.religion'))!!}
{!! Form::select('caste')
-> options(trans('matrimony::profile.options.caste'))
-> label(trans('matrimony::profile.label.caste'))
-> placeholder(trans('matrimony::profile.placeholder.caste'))!!}
{!! Form::select('subcaste')
-> options(trans('matrimony::profile.options.subcaste'))
-> label(trans('matrimony::profile.label.subcaste'))
-> placeholder(trans('matrimony::profile.placeholder.subcaste'))!!}
{!! Form::select('height')
-> options(trans('matrimony::profile.options.height'))
-> label(trans('matrimony::profile.label.height'))
-> placeholder(trans('matrimony::profile.placeholder.height'))!!}
{!! Form::text('weight')
-> label(trans('matrimony::profile.label.weight'))
-> placeholder(trans('matrimony::profile.placeholder.weight'))!!}
{!! Form::select('body_type')
-> options(trans('matrimony::profile.options.body_type'))
-> label(trans('matrimony::profile.label.body_type'))
-> placeholder(trans('matrimony::profile.placeholder.body_type'))!!}
{!! Form::select('complexion')
-> options(trans('matrimony::profile.options.complexion'))
-> label(trans('matrimony::profile.label.complexion'))
-> placeholder(trans('matrimony::profile.placeholder.complexion'))!!}
{!! Form::select('physical_status')
-> options(trans('matrimony::profile.options.physical_status'))
-> label(trans('matrimony::profile.label.physical_status'))
-> placeholder(trans('matrimony::profile.placeholder.physical_status'))!!}
{!! Form::select('education')
-> options(trans('matrimony::profile.options.education'))
-> label(trans('matrimony::profile.label.education'))
-> placeholder(trans('matrimony::profile.placeholder.education'))!!}
{!! Form::select('employment_type')
-> options(trans('matrimony::profile.options.employment_type'))
-> label(trans('matrimony::profile.label.employment_type'))
-> placeholder(trans('matrimony::profile.placeholder.employment_type'))!!}
{!! Form::select('occupation')
-> options(trans('matrimony::profile.options.occupation'))
-> label(trans('matrimony::profile.label.occupation'))
-> placeholder(trans('matrimony::profile.placeholder.occupation'))!!}
{!! Form::decimal('income')
-> label(trans('matrimony::profile.label.income'))
-> placeholder(trans('matrimony::profile.placeholder.income'))!!}
{!! Form::select('star')
-> options(trans('matrimony::profile.options.star'))
-> label(trans('matrimony::profile.label.star'))
-> placeholder(trans('matrimony::profile.placeholder.star'))!!}
{!! Form::select('raasi')
-> options(trans('matrimony::profile.options.raasi'))
-> label(trans('matrimony::profile.label.raasi'))
-> placeholder(trans('matrimony::profile.placeholder.raasi'))!!}
{!! Form::select('dosham')
-> options(trans('matrimony::profile.options.dosham'))
-> label(trans('matrimony::profile.label.dosham'))
-> placeholder(trans('matrimony::profile.placeholder.dosham'))!!}
{!! Form::select('food_habits')
-> options(trans('matrimony::profile.options.food_habits'))
-> label(trans('matrimony::profile.label.food_habits'))
-> placeholder(trans('matrimony::profile.placeholder.food_habits'))!!}
{!! Form::select('smoking')
-> options(trans('matrimony::profile.options.smoking'))
-> label(trans('matrimony::profile.label.smoking'))
-> placeholder(trans('matrimony::profile.placeholder.smoking'))!!}
{!! Form::select('drinking')
-> options(trans('matrimony::profile.options.drinking'))
-> label(trans('matrimony::profile.label.drinking'))
-> placeholder(trans('matrimony::profile.placeholder.drinking'))!!}
{!! Form::select('family_status')
-> options(trans('matrimony::profile.options.family_status'))
-> label(trans('matrimony::profile.label.family_status'))
-> placeholder(trans('matrimony::profile.placeholder.family_status'))!!}
{!! Form::select('family_type')
-> options(trans('matrimony::profile.options.family_type'))
-> label(trans('matrimony::profile.label.family_type'))
-> placeholder(trans('matrimony::profile.placeholder.family_type'))!!}
{!! Form::select('family_value')
-> options(trans('matrimony::profile.options.family_value'))
-> label(trans('matrimony::profile.label.family_value'))
-> placeholder(trans('matrimony::profile.placeholder.family_value'))!!}
{!! Form::textarea ('description')
-> label(trans('matrimony::profile.label.description'))
-> placeholder(trans('matrimony::profile.placeholder.description'))!!}
{!! Form::select('subscription')
-> options(trans('matrimony::profile.options.subscription'))
-> label(trans('matrimony::profile.label.subscription'))
-> placeholder(trans('matrimony::profile.placeholder.subscription'))!!}
{!! Form::select('published')
-> options(trans('matrimony::profile.options.published'))
-> label(trans('matrimony::profile.label.published'))
-> placeholder(trans('matrimony::profile.placeholder.published'))!!}