Huurder
|
|
Verhuurder
|
Naam:
|
{{$user->name}}
|
{{$camperOwner->name}}
|
Adres:
|
{{$user->profile->house_number}}
{{$user->profile->streetname}}
|
{{$camperOwner->profile->house_number}}
{{$camperOwner->profile->streetname}}
|
Postcode:
|
{{$user->profile->postalcode}}
|
{{$camperOwner->profile->postalcode}}
|
Plaats:
|
{{$user->profile->city}}
|
{{$camperOwner->profile->city}}
|
E-mail / Tel.:
|
{{$user->email}} / {{$user->profile->phonenumber}}
|
{{$camperOwner->email}} / {{$camperOwner->profile->phonenumber}}
|
Datum:
|
{{-- {{ $rentRequest->created_at->format('d-m-Y') }}--}}
{{ date('d-m-Y', strtotime($rentRequest->created_at)) }}
|
|
|
Huurovereenkomst: {{ $camper->title }}
|
{{-- Periode van {{ Carbon\Carbon::parse($rentRequest->from->format('d-m-Y')) }} tot {{ Carbon\Carbon::parse($rentRequest->untill->format('d-m-Y')) }}--}}
Periode van {{ date('d-m-Y', strtotime($rentRequest->from)) }} tot
{{ date('d-m-Y', strtotime($rentRequest->untill)) }}
|