@extends('layouts.app') @section('title','Content List') @section('content')
@foreach ($contents as $item) @endforeach
Action # Type Title Image Date Status
{{ $loop->iteration }} {{ $item->type }} {{ $item->title }} @if($item->image) @endif {{ $item->created_at->format('d-m-Y') }}
{{$item->status }}
@endsection @include('admin.components.toster') @include('admin.components.tosterjs') @include('admin.components.delete')