@extends('app.layouts.main') @section('content')

{{$title}} Slider

{{csrf_field()}}

Basic Informations

@if (session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif
Note: Image size must be 1920 x 823
@endsection