@extends('layouts.app') @section('title', 'Buchung ' . $booking->publicId . ' - Person') @section('content')

Buchung {{ $booking->publicId }}

@include('booking.update.partials.tabs', ['bookingId' => $booking->id, 'active' => 'person'])
@csrf
@error('firstName')
{{ $message }}
@enderror
@error('surname')
{{ $message }}
@enderror
@endsection