@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Sliders")}}
{{__("Sliders")}}
{{__("Dashboard")}}
{{__("Sliders")}}
{{__("Edit")}}
@endsection @section("content")
{{__("Edit Slider")}}
$slider->id])}}" enctype="multipart/form-data"> @csrf @method("put")
{{__("Url")}}
@error("url")
{{$message}}
@enderror
{{__("Slider Photo")}}
{{__("Upload Photo")}}
@error("slider_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection