@include('admin/components/header') @include('admin/components/top_navigation') @include('admin/components/sidebar')
{{ $message }}
| # | Images | Events Title | Description | Date Created | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($item->news_image)
@foreach(json_decode($item->news_image) as $image)
@else
No Image
@endif
|
{{ $item->news_title }} | {{ $item->news_description }} | {{ $item->created_at->format('d/m/Y') }} | Edit |
| # | Images | Events Title | Description | Date Created | Action |