@extends('layouts.app') @section('content')
| ID | Photo | Reward | Points | Actions |
|---|---|---|---|---|
| {{ $item->id }} |
@if($item->photo)
|
{{ $item->reward }} | {{ number_format($item->points) }} | @if(auth('admin')->user()?->can('update point rewards')) Edit @endif @if(auth('admin')->user()?->can('delete point rewards')) @endif |
| No records found. | ||||