@extends('layouts.sidebar') @section('title', 'Nomadic-Applications') @section('content')

Billing

Transactions
@foreach($data as $point) @endforeach
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') !!}
@endsection @section('footer_scripts') @endsection