{!! Form::select('marital_status')
-> options(trans('matrimony::preference.options.marital_status'))
-> label(trans('matrimony::preference.label.marital_status'))
-> placeholder(trans('matrimony::preference.placeholder.marital_status'))!!}
{!! Form::numeric('min_age')
-> label(trans('matrimony::preference.label.min_age'))
-> placeholder(trans('matrimony::preference.placeholder.min_age'))!!}
{!! Form::numeric('max_age')
-> label(trans('matrimony::preference.label.max_age'))
-> placeholder(trans('matrimony::preference.placeholder.max_age'))!!}
{!! Form::select('country')
-> options(trans('matrimony::preference.options.country'))
-> label(trans('matrimony::preference.label.country'))
-> placeholder(trans('matrimony::preference.placeholder.country'))!!}
{!! Form::select('state')
-> options(trans('matrimony::preference.options.state'))
-> label(trans('matrimony::preference.label.state'))
-> placeholder(trans('matrimony::preference.placeholder.state'))!!}
{!! Form::select('city')
-> options(trans('matrimony::preference.options.city'))
-> label(trans('matrimony::preference.label.city'))
-> placeholder(trans('matrimony::preference.placeholder.city'))!!}
{!! Form::select('mothertongue')
-> options(trans('matrimony::preference.options.mothertongue'))
-> label(trans('matrimony::preference.label.mothertongue'))
-> placeholder(trans('matrimony::preference.placeholder.mothertongue'))!!}
{!! Form::select('religion')
-> options(trans('matrimony::preference.options.religion'))
-> label(trans('matrimony::preference.label.religion'))
-> placeholder(trans('matrimony::preference.placeholder.religion'))!!}
{!! Form::select('caste')
-> options(trans('matrimony::preference.options.caste'))
-> label(trans('matrimony::preference.label.caste'))
-> placeholder(trans('matrimony::preference.placeholder.caste'))!!}
{!! Form::select('subcaste')
-> options(trans('matrimony::preference.options.subcaste'))
-> label(trans('matrimony::preference.label.subcaste'))
-> placeholder(trans('matrimony::preference.placeholder.subcaste'))!!}
{!! Form::select('min_height')
-> options(trans('matrimony::preference.options.min_height'))
-> label(trans('matrimony::preference.label.min_height'))
-> placeholder(trans('matrimony::preference.placeholder.min_height'))!!}
{!! Form::select('max_height')
-> options(trans('matrimony::preference.options.max_height'))
-> label(trans('matrimony::preference.label.max_height'))
-> placeholder(trans('matrimony::preference.placeholder.max_height'))!!}
{!! Form::select('physical_status')
-> options(trans('matrimony::preference.options.physical_status'))
-> label(trans('matrimony::preference.label.physical_status'))
-> placeholder(trans('matrimony::preference.placeholder.physical_status'))!!}
{!! Form::text('education')
-> label(trans('matrimony::preference.label.education'))
-> placeholder(trans('matrimony::preference.placeholder.education'))!!}
{!! Form::select('employment_type')
-> options(trans('matrimony::preference.options.employment_type'))
-> label(trans('matrimony::preference.label.employment_type'))
-> placeholder(trans('matrimony::preference.placeholder.employment_type'))!!}
{!! Form::select('occupation')
-> options(trans('matrimony::preference.options.occupation'))
-> label(trans('matrimony::preference.label.occupation'))
-> placeholder(trans('matrimony::preference.placeholder.occupation'))!!}
{!! Form::select('star')
-> options(trans('matrimony::preference.options.star'))
-> label(trans('matrimony::preference.label.star'))
-> placeholder(trans('matrimony::preference.placeholder.star'))!!}
{!! Form::select('raasi')
-> options(trans('matrimony::preference.options.raasi'))
-> label(trans('matrimony::preference.label.raasi'))
-> placeholder(trans('matrimony::preference.placeholder.raasi'))!!}
{!! Form::select('dosham')
-> options(trans('matrimony::preference.options.dosham'))
-> label(trans('matrimony::preference.label.dosham'))
-> placeholder(trans('matrimony::preference.placeholder.dosham'))!!}
{!! Form::select('food_habits')
-> options(trans('matrimony::preference.options.food_habits'))
-> label(trans('matrimony::preference.label.food_habits'))
-> placeholder(trans('matrimony::preference.placeholder.food_habits'))!!}
{!! Form::select('smoking')
-> options(trans('matrimony::preference.options.smoking'))
-> label(trans('matrimony::preference.label.smoking'))
-> placeholder(trans('matrimony::preference.placeholder.smoking'))!!}
{!! Form::select('drinking')
-> options(trans('matrimony::preference.options.drinking'))
-> label(trans('matrimony::preference.label.drinking'))
-> placeholder(trans('matrimony::preference.placeholder.drinking'))!!}