<table class="table" id="main-table" data-url="{!!guard_url('profile/request?withdata=Y')!!}">
                <thead>
                    <tr>
                        <th data-field="req_by">{!! trans('profile::request.label.req_by')!!}</th>
                    <th data-field="req_to">{!! trans('profile::request.label.req_to')!!}</th>
                    <th data-field="status">{!! trans('profile::request.label.status')!!}</th>
                    <th data-field="req_date">{!! trans('profile::request.label.req_date')!!}</th>
                        <th data-field="actions"  data-formatter="operateFormatter" class="text-right">Actions</th>
                    </tr>
                </thead>
            </table>