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

{{__("users-points")}}

{{__("all-users-points")}}

@endsection @section("css-links") @if(\Illuminate\Support\Facades\App::getLocale() == "en") @else @endif @endsection @section("content")

{{__("users-points")}}

@csrf
@error("user")
{{$message}}
@enderror
@error("user_points")
{{$message}}
@enderror
@error("amount")
{{$message}}
@enderror
@endsection @section("scripts") @endsection