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

@include('transaction::log.log_point_filter')
@include('layouts.notifications') @if (!empty($search))

Displaying search result :

{{ $count }}


Reset
@endif
Point Log User
{{-- --}} @if(!empty($point)) @foreach($point as $res) @if (isset($res['user']['name'])) @else @endif @endforeach @endif
User Name Point Source Grand Total Point Convers Membership Point PercentageActions
{{ $res['user']['name'] }}{{ $res['name'] }}{{ number_format($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