@extends('layouts.app') @section('title', 'Buchung erstellen - Schritt 2') @section('content')

Buchung erstellen

Schritt 2: Buchungsdetails & Termin

@csrf
Buchungsdetails
@error('purpose')
{{ $message }}
@enderror
Termin
Zurueck
@endsection