@extends('backend.layouts.app') @section('content')
# | {{translate('Product Name')}} | {{translate('Points')}} | {{translate('Earned At')}} | |
---|---|---|---|---|
{{ ($key+1) + ($club_point_details->currentPage() - 1)*$club_point_details->perPage() }} | @if ($club_point->product != null){{ $club_point->product->getTranslation('name') }} | @else{{ translate('Deleted Product') }} | @endif{{ $club_point->point }} | {{ $club_point->created_at }} |