@if ($points->count()) @foreach ($points as $point) @endforeach @else @endif
User Phone Number Order ID Transaction Before Difference After Description Created At
{{ $point->user->first_name }} {{ $point->user->phone_number }} @if($point->order_id) # {{$point->order_id}} @else - @endif {{ $point->id_transaction}} {{ $point->before}} {{ $point->difference}} {{ $point->after}} {{ $point->description}} {{ $point->created_at}}
No record
{{ $points->links() }}