@extends('layouts.admin') @section('content')

Add Slider

@csrf

Slider


@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('image')) {{ $errors->first('image') }} @endif Note : Upload Size 1080 x 463
Cancel
@endsection