Bienvenue {{ ucfirst(strtolower(Auth::user()->prenom)) }},
{{--
@if (Auth::user()->photo)
->photo }})
@else
 }})
@endif
--}}
{{--
 }})
--}}
Mes avantages
@if ($avantages)
@foreach ($avantages as $key => $avantage)
@include('Components.card-avantage', [
'id' => $avantage->id,
{{-- 'url_image' => $avantage->avantages_partenaires->logo, --}}
'pourcentage' => $avantage->pourcentage,
'lieu' => $avantage->lieu,
'validite' => $avantage->start_validite,
'coupon' => $avantage->nom_coupon,
'lieu' => $avantage->lieu,
'description' => $avantage->description,
'partenaires' =>$avantage?->avantages_partenaires,
'prtype' => $avantage->prtype
])
@endforeach
@endif
@endsection