@extends('layouts.admin') @php use Illuminate\Support\Facades\Storage; @endphp @section('content')

Carousel Image Details

@if($mobileCarouselImage->image_url)
{{ $mobileCarouselImage->title ?? 'Carousel Image' }}
@endif

Title

{{ $mobileCarouselImage->title ?? '—' }}

Status

{{ ucfirst($mobileCarouselImage->status) }}

Sort Order

{{ $mobileCarouselImage->sort_order }}

@if($mobileCarouselImage->link_url) @endif
@if($mobileCarouselImage->description)

Description

{{ $mobileCarouselImage->description }}

@endif
@endsection