@extends('layouts.app') @section('page_title', 'View Photo Slider') @section('content')
View Photo Slider
Title: {{ $slider['title'] }}
Description: {{ $slider['description'] }}
Type: {{ $slider['type'] }}
Image: @if ($slider['image']) {{ $slider['title'] }} @else No image available. @endif
Start Date: {{ $slider['startDate'] }}
End Date: {{ $slider['endDate'] }}
Active: {{ $slider['isActive'] ? 'Yes' : 'No' }}
Back Edit
@endsection