@section('page_slug', 'account-address') @section('page_title', __('firstcop.account.informations.title')) @extends('account.layout') @section('account.content')
Récompense pour vos Copcoins
Vous avez actuellement {{auth()->user()->setting('fidelity_point')}} copcoins
@foreach(['1500', '3000'] as $points)
Si vous avez {{$points}} copcoins vous pouvez bénéficier d'un des cadeaux au choix :
@csrf {{Form::hidden('subject', 'Copcoin ' . $points)}} {{Form::hidden('email', auth()->user()->email)}} {{Form::hidden('name', auth()->user()->getFullname())}} @foreach(config('setting.copcoin' . $points) as $key => $pointItem ) @if(!empty($pointItem['name']) && !empty($pointItem['picture']))
@endif @endforeach
@if(auth()->user()->setting('fidelity_point') >= $points)
@endif
@endforeach @endsection