@extends('admin.layouts.app') @section('title', $title ?? 'Page') @section('breadcrumb') @foreach ($breadcrumb ?? [] as $crumb)
{{ $stat['value'] }}
| @foreach ($columns as $col) | {{ $col }} | @endforeachActions |
|---|---|---|
| @foreach ($columns as $j => $col) | @if ($j === 0) #{{ 1000 + $i }}{{ $col }} Record {{ $i }} @elseif (strtolower($col) === 'status') {{ $i % 3 === 0 ? 'Pending' : ($i % 2 === 0 ? 'Active' : 'Draft') }} @elseif (strtolower($col) === 'date' || strtolower($col) === 'created') {{ now()->subDays($i)->format('M d, Y') }} @else Sample {{ $col }} {{ $i }} @endif | @endforeach
|
Showing 1 to 8 of 248 results
{{ $description ?? 'This section is ready for content. Use the CMS to manage your data.' }}