@extends('site.layout.master') @section('content')
الولاء
  • تفاصيل نقاطى
  • النقاط المستحقة
  • النقاط المستبدلة
{{-- عن الولاء--}}
@foreach($all_loyalties as $all_loyalty) @endforeach
النفاط الحالة الإجمالى {{Auth::user()->points}} نقطة
نقاط {{$all_loyalty->points}}
{{$all_loyalty->description}}
{{\Carbon\Carbon::parse($all_loyalty->created_at)->format("d - m - Y")}}
{{$all_loyalties->links()}}
@foreach($gains as $gain) @endforeach
النقاط الحالية الإجمالى {{Auth::user()->points}} نقطة
نقاط {{$gain->points}}
{{$gain->description}}
{{\Carbon\Carbon::parse($gain->created_at)->format("d - m - Y")}}
{{$gains->links()}}
@foreach($transfers as $transfer) @endforeach
النقاط الحالية الإجمالى {{Auth::user()->points}} نقطة
نقاط {{$transfer->points}}
{{$transfer->description}}
{{\Carbon\Carbon::parse($transfer->created_at)->format("d - m - Y")}}
{{$transfers->links()}}
@endsection