@extends('layouts.frontend') @section('title', 'Buchung bestaetigen') @section('content')

Buchungsanfrage - Schritt 4

Zusammenfassung

Raum:
{{ $room->label }}
Datum/Zeit:
{{ date('d.m.Y H:i', $bookingData['startTimestamp']) }} - {{ date('H:i', $bookingData['endTimestamp']) }}
Mietzweck:
{{ $bookingData['purpose'] ?? '-' }}
Name:
{{ $bookingData['person']['firstName'] ?? '' }} {{ $bookingData['person']['surname'] ?? '' }}
E-Mail:
{{ $bookingData['person']['email'] ?? '-' }}
@csrf Zurueck
@endsection