@extends('layouts.app') @section('title','Content List') @section('content')
| Action | # | Type | Title | Image | Date | Status |
|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} | {{ $item->type }} | {{ $item->title }} |
@if($item->image)
|
{{ $item->created_at->format('d-m-Y') }} |
{{$item->status }}
|