@extends('admin.tw.layout') @section('title', 'Categories') @section('content')
| Image | Title | Slug | Created | Actions |
|---|---|---|---|---|
|
@php $img = $cat->image ? url('/uploads/categories/'.$cat->image) : null; @endphp
@if($img)
|
{{ $cat->title }} | {{ $cat->slung }} | {{ $cat->created_at->format('M d, Y') }} | |
| No categories found. | ||||