@extends('layouts.admin') @section('status4', 'active') @section('title', 'Slideshow') @section('headerTitle', 'Slideshow') @section('content')

Slideshows

Create New
@if ($message = Session::get('success'))

{{ $message }}

@endif @php $i =0; @endphp @foreach ($slideshows as $slideshow) @endforeach
No Content Image Actions
{{ ++$i }} {!! $slideshow->content !!} @if ($slideshow->image) @else No image @endif
Show Edit @csrf @method('DELETE')
{!! $slideshows->links() !!}
@endsection