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

{{__('Items Points')}}

{{__('Add New Items Points')}}

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

{{__('Add New Points')}}

@csrf
@error("item_id")
{{$message}}
@enderror
@error("item_points")
{{$message}}
@enderror
@error("replacement_points")
{{$message}}
@enderror
@endsection @section("scripts") @endsection