@extends('site.layout.master') @section('content')
النفاط الحالة | الإجمالى {{Auth::user()->points}} نقطة |
---|---|
نقاط {{$all_loyalty->points}}
{{$all_loyalty->description}} |
{{\Carbon\Carbon::parse($all_loyalty->created_at)->format("d - m - Y")}}
|
النقاط الحالية | الإجمالى {{Auth::user()->points}} نقطة |
---|---|
نقاط {{$gain->points}}
{{$gain->description}} |
{{\Carbon\Carbon::parse($gain->created_at)->format("d - m - Y")}}
|
النقاط الحالية | الإجمالى {{Auth::user()->points}} نقطة |
---|---|
نقاط {{$transfer->points}}
{{$transfer->description}} |
{{\Carbon\Carbon::parse($transfer->created_at)->format("d - m - Y")}}
|