@extends("layouts.admin.app") @section("page-title") {{__("create Slider")}} @endSection @section("page-nav-title")
{{__("Slider")}}
{{__("Create new slider")}}
{{__("Dashboard")}}
{{__("All sliders")}}
{{__("Create")}}
@endsection @section("content")
{{__("Create slider")}}
@csrf
{{__("slider Photo")}}
{{__("Upload Photo")}}
{{-- @foreach ($errors->all() as $error)--}} {{--
{{ $error }}
--}} {{-- @endforeach--}} @error("slider_photo.*")
{{$message}}
@enderror
@endsection @section("scripts") @endsection