#
GEBRUIKER
Campers
Geactiveerd
Nieuwsbrief
Fee
Lid sinds
Actie
{{ $user->id }}
{{ $user->name }} {{ $user->lastname}}
{{ count($user->campers) }}
@istrue($user->active) @fa('check') @endistrue
@istrue($user->newsletter) @fa('check') @endistrue
{{ $user->fee_percentage }}%
{{ $user->created_at->format('d-m-Y') }} om {{ $user->created_at->format('H:i') }}
@if($user->profile) @else @endif
E-mailadres | Telefoonnummer | Plaats | Volledige adres | {{ $user->email }} | {{ is_null($profile = $user->profile) ? '' : $profile->phonenumber }} | {{ is_null($profile = $user->profile) ? '' : $profile->city }} | {{ is_null($profile = $user->profile) ? '' : $profile->streetname .' '. $profile->house_number . ', '. $profile->postalcode . ' ' .$profile->city}} |
---|
Boekdatum | Boekingsperiode | Huurprijs |
---|---|---|
{{ $rentRequest->created_at }} | Van: {{ date('Y-m-d',strtotime($rentRequest->from) ) }} tot: {{ date('Y-m-d',strtotime($rentRequest->untill) ) }} | &eruro; {{ number_format( (float)$rentRequest->total/100, 2, ',', '') }} |