<table class="table" id="main-table" data-url="{!!guard_url('profile/shortlist?withdata=Y')!!}">
                <thead>
                    <tr>
                        <th data-field="profile_id">{!! trans('profile::shortlist.label.profile_id')!!}</th>
                    <th data-field="shortlist_id">{!! trans('profile::shortlist.label.shortlist_id')!!}</th>
                    <th data-field="shortlist_status">{!! trans('profile::shortlist.label.shortlist_status')!!}</th>
                    <th data-field="ignore_status">{!! trans('profile::shortlist.label.ignore_status')!!}</th>
                        <th data-field="actions"  data-formatter="operateFormatter" class="text-right">Actions</th>
                    </tr>
                </thead>
            </table>