@extends('admin.master') @section('body')
Carousel Name | Carousel Image | Carousel Description | Publication Status | Action |
---|---|---|---|---|
{{ $carousel->name }} |
|
{{ $carousel->description }} | {{ $carousel->status == 1 ? 'Published' : 'Unpublished'}} | @if($carousel->status == 1) Unpublished @else Published @endif |