@includeWhen($filter !== null, "platform::partials.layouts.filter", ['filter' => $filter]) @if($sort) {!! $title !!} @if(is_sort($column)) @php $sortIcon = get_sort($column) === 'desc' ? 'bs.sort-down' : 'bs.sort-up' @endphp @endif @else {!! $title !!} @endif
@if($filterString)
{{ $filterString }}
@endif