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

{{__("sliders")}}

{{__("all-sliders")}}

@endsection @section("content")

{{__("edit-slider")}}

id)}}" enctype="multipart/form-data"> @csrf @method("put")
@error("image")
{{$message}}
@enderror
@endsection