@if (isset($tabs))
@if ($tabs > 0)
@if (empty($hide_simple_search))
@endif
@php
$isSingle = "FALSE";
@endphp
@foreach ($action as $action_menu)
{!! getActionButton($action_menu->name, $action_menu->url, $action_menu->icon) !!}
@php
$var = explode("|", $action_menu->icon);
@endphp
@if ($var[0] == "single-modal")
@php
$isSingle = "TRUE";
@endphp
@endif
@endforeach
@if (!empty($SHR_ModuleId))
@else
@endif
@if (!empty($adv_search))
@endif
{!! $pagging !!}
@if (empty($query))
No data found | (0) data
@else
Found ({{$record}}) rows
@endif