@extends('layouts.app') @section('content')
| Reward Name | {{ $pointReward->reward }} |
|---|---|
| Points Required | {{ number_format($pointReward->points) }} Points |
| Created At | {{ $pointReward->created_at->format('M d, Y H:i A') }} |
| Last Updated | {{ $pointReward->updated_at->format('M d, Y H:i A') }} |