@extends("layouts.admin.app") @section("page-title") {{__("create Slider")}} @endSection @section("page-nav-title")

{{__("Slider")}}

{{__("Create new slider")}}

@endsection @section("content")

{{__("Create slider")}}

@csrf
{{-- @foreach ($errors->all() as $error)--}} {{--
{{ $error }}
--}} {{-- @endforeach--}} @error("slider_photo.*")
{{$message}}
@enderror
@endsection @section("scripts") @endsection