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