@php use App\Lib\MyHelper; $grantedFeature = session('granted_features'); @endphp @extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content') @php // print_r($point);die(); @endphp

@include('layouts.notifications')
Point Log User
{{-- --}} @if(!empty($point)) @foreach($point as $res) @endforeach @endif
User Name Point Source Grand Total Point Convers Membership Point PercentageActions
{{ $res['user']['name'] }} {{ $res['point'] }} {{ ucwords($res['source']) }} {{ number_format($res['grand_total']) }} {{ number_format($res['point_conversion']) }} {{ $res['membership_level'] }} {{ $res['membership_point_percentage'] }} %
@if ($pointPaginator) {{ $pointPaginator->links() }} @endif
@endsection