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

{{__("Sliders")}}

{{__("Sliders")}}

@endsection @section("content")

{{__("Edit Slider")}}

$slider->id])}}" enctype="multipart/form-data"> @csrf @method("put")
@error("url")
{{$message}}
@enderror
@error("slider_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection