@extends('dashboard.core') @section('dashboard-heading') @endsection @section('dashboard-body') @set('sort_data', $sortcol != false ? "data-sort=$sortcol" : '') @set('sort_icon', $sortcol != false ? '' : '') @endsection