@extends('layouts.admin') @section('title', 'Slide Show') @section('style') @endsection @section('content') Slideshow Website @if ($message = Session::get('success')) {{ $message }} @endif Slideshow Upload Foto @csrf @endsection @section("javascript") @endsection