@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__('Items Points')}}
{{__('Edit Items Points')}}
{{__('Items')}}
{{__('Points')}}
@endsection @section("content") @include("includes.dialog")
{{__('Edit Points')}} - {{$item->item->name}}
$item->id])}}"> @csrf @method("put")
{{__('gain-points')}}
@error("item_points")
{{$message}}
@enderror
{{__('replacement-points')}}
@error("replacement_points")
{{$message}}
@enderror
{{__('Availability')}}
@endsection