@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Sliders')}}

{{__('Create new Sliders')}}

@endsection @section("content")

{{__('Create new Sliders')}}

@csrf
@error("Slider_image")
{{ $message }}
@enderror
@error("slider_status")
{{ $message }}
@enderror
@endsection @section("scripts") @endsection