@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Source') }} | {{ __('Added Date') }} | {{ __('Status') }} | {{ __('Active Date') }} | {{ __('Expiry Date') }} | {{ __('Amount') }} |
---|---|---|---|---|---|
{{ __($userPoint->source) }} | {{ date('Y-m-d', strtotime($userPoint->created_at)) }} | {{ __($userPoint->status) }} | {{ $userPoint->status != "Pending" && $userPoint->status != "Used" ? $userPoint->activate_date : __('NA') }} | {{ $userPoint->status != "Pending" && $userPoint->status != "Used" ? $userPoint->expiry_date : __('NA') }} | {{ $userPoint->points }} |