#

GEBRUIKER

Campers

Geactiveerd

Nieuwsbrief

Fee

Lid sinds

Actie

@foreach($users as $key => $user)
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}}
@foreach($user->rentRequests as $key => $rentRequest) @endforeach
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, ',', '') }}
@endforeach
@foreach($users as $user) @endforeach
{{ $users->links() }}
@include('dashboard.partials.modals.view-user-modal') @include('dashboard.partials.modals.edit-user-modal') @include('dashboard.partials.modals.delete-user-modal')