@extends('master') @section('title') {{ $title }} @endsection @section('content')
| ID | Menu | Heading | Description | Image | Status | Action |
|---|---|---|---|---|---|---|
| {{ $content->id }} | {{ optional($content->menu)->menu_name ?? 'No menu found' }} | {{ $content->heading }} | {!! $content->description ?? 'No description available' !!} |
@if ($content->image)
No image uploaded. @endif |
{{ $content->status == 1 ? 'Published' : 'Unpublished' }} |