@extends('backend.layouts.master') @section('pageTitle') Slider Add @endsection @section('bodyCssClass') @endsection @section('pageContent')

Sliders Home page slider

Add slider * Marks are required feild

@csrf
{{ $errors->first('title') }}
{{ $errors->first('subtitle') }}
{{ $errors->first('image') }}
{{ $errors->first('order') }}
@endsection @section('extraScript') @endsection