@extends('admin.layouts.master') @section('title','Add New Slideshow') @section('content')
@method('POST')
@include('admin.slideshow.form')
@endsection