@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)
    
    @endforeach
    @endsection