@extends('layouts.sidebar') @section('title', 'Nomadic-Applications') @section('content')
| Date | Status | Amount | User | |
| {{date('d M Y',strtotime($point->created_at))}} | {{$points_action[$point->action]}} @if($point->plan_id) ({{$point->plan->name}}) @endif | {{convertCurrency($point->plan->price)}} {{session()->get('user_currency')}} | {{$point->receivedby->fname}} {{$point->receivedby->lname}} | |
|
{!! $data->withQueryString()->links('vendor.pagination.bootstrap-5') !!}
|
||||