@extends('backend.layouts.app') @section('title', \App\Http\Helpers\MenuHelper::getPageTitle()) @section('content')
| # | Title | Sorting | Col Span | Status | Actions |
|---|---|---|---|---|---|
| @if(count($data) > 1) @else @endif {{ ($data->currentPage() - 1) * $data->perPage() + $loop->iteration }} | {{ $item->title ?? '-' }} | {{ $item->sorting ?? '-' }} | {{ $item->col_span ?? 1 }} | @if ($item->activation_status === null) No Status @elseif ($item->activation_status) Active @else Inactive @endif | |
No data foundClick the "Create New" button to add your first entry. |
|||||