| {{ $row->code }} |
{{ \Illuminate\Support\Str::limit($row->title, 80) }}
|
@if ($row->parent)
{{ $row->parent->code }}
@else
—
@endif
|
{{ $row->budget_type ? ucfirst($row->budget_type) : '—' }} |
{{ $row->types ?? '—' }} |
{{ $row->sort_order }} |
@if($row->status)
Active
@else
Inactive
@endif
|
{{ $row->created_at->format('d M Y') }} |
@empty