<table class="table" id="main-table" data-url="{!!guard_url('profile/profile?withdata=Y')!!}">
                <thead>
                    <tr>
                        <th data-field="email">{!! trans('profile::profile.label.email')!!}</th>
                    <th data-field="gender">{!! trans('profile::profile.label.gender')!!}</th>
                    <th data-field="candidate_name">{!! trans('profile::profile.label.candidate_name')!!}</th>
                    <th data-field="marital_status">{!! trans('profile::profile.label.marital_status')!!}</th>
                    <th data-field="age">{!! trans('profile::profile.label.age')!!}</th>
                    <th data-field="city_id">{!! trans('profile::profile.label.city_id')!!}</th>
                    <th data-field="religion">{!! trans('profile::profile.label.religion')!!}</th>
                    <th data-field="caste">{!! trans('profile::profile.label.caste')!!}</th>
                    <th data-field="complexion">{!! trans('profile::profile.label.complexion')!!}</th>
                    <th data-field="education">{!! trans('profile::profile.label.education')!!}</th>
                    <th data-field="employment_type">{!! trans('profile::profile.label.employment_type')!!}</th>
                    <th data-field="occupation">{!! trans('profile::profile.label.occupation')!!}</th>
                    <th data-field="star">{!! trans('profile::profile.label.star')!!}</th>
                    <th data-field="profile_status">{!! trans('profile::profile.label.profile_status')!!}</th>
                    <th data-field="expires_at">{!! trans('profile::profile.label.expires_at')!!}</th>
                    <th data-field="published">{!! trans('profile::profile.label.published')!!}</th>
                    <th data-field="plan">{!! trans('profile::profile.label.plan')!!}</th>
                        <th data-field="actions"  data-formatter="operateFormatter" class="text-right">Actions</th>
                    </tr>
                </thead>
            </table>