@include('user.pages.navbar')
@if ($subscription != null)

Your plan
{{ $subscription->name }} - ({{ $subscription->duration }}/days)

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout their default.
{!! QrCode::size(300)->generate('https://dxbitprojects.com/showoff/public/user_detail/' . auth()->user()->id) !!} {{--

Share Your QR

--}}
@endif
Points

{{ auth()->user()->loyalty_points }}

Saved

AED {{ auth()->user()->loyalty_points > 0 ? auth()->user()->loyalty_points / 10 : 0 }}

Recent Services
@foreach ($services as $key => $service) @endforeach
SL Company Service Date Service
{{ $key + 1 }} {{ \App\Models\VendorModel::find($service->vendor_id)->business_name }} {{ date('d-M-Y', strtotime($service->created_at)) }} {{ \App\Models\Service::find($service->service_id)->name }}