@extends('layouts.app')
@section('content')
Slider Details
- Title: {{ $slider->title }}
- SubTitle:{{ $slider->subtitle}}
- Description:{{ $slider->description}}
-
Background Image:
@if($slider->image)
@else
N/A
@endif
- Button Text:{{ $slider->button_text}}
- Button Link:{{ $slider->button_link}}
Edit
Back to List
@endsection