@extends('layouts.admin') @section('title', 'Slide Show') @section('style') @endsection @section('content')

Slideshow Website

@if ($message = Session::get('success'))
{{ $message }}
@endif
Slideshow
@endsection @section("javascript") @endsection