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

{{__('Items Points')}}

{{__('Edit Items Points')}}

@endsection @section("content") @include("includes.dialog")

{{__('Edit Points')}} - {{$item->item->name}}

$item->id])}}"> @csrf @method("put")
@error("item_points")
{{$message}}
@enderror
@error("replacement_points")
{{$message}}
@enderror
@endsection