@extends('layouts.app') @section('content')
{{ $column['title'] }} {{ request()->input('sort_field') === $column['dataIndex'] && request()->input('sort_order') === 'asc' ? '↓' : '↑' }} | @endforeachAction |
---|---|
{{ $item[$column['dataIndex']] }} | @endforeach@foreach ($actions as $action) @if ($action['access']) @if ($action['type'] === 'edit') Edit @elseif ($action['type'] === 'delete') @endif @endif @endforeach |