{{"Are You Sure To Cancel?"}} On Cancel {!! $mealplan->title !!} will be extended by one day

id)}}" method="post"> @csrf

Reservation Date:{{$reservation->onDate}}

@if ($errors->has('reason_id')) {{ $errors->first('reason_id') }} @endif
@if ($errors->has('comment')) {{ $errors->first('comment') }} @endif
@if($reservation->breakfast_id)

{!! $reservation->breakfast->title ?? '' !!}

@endif @if($reservation->lunch_id)

{!! $reservation->lunch->title ?? '' !!}

@endif @if($reservation->snack_id)

{!! $reservation->snack->title ?? '' !!}

@endif @if($reservation->dinner_id)

{!! $reservation->dinner->title ?? '' !!}

@endif