@extends('layouts.contentLayoutMaster') @section('title', $headline ?? 'Appointment') @section('content')
{{ $body ?? 'Your appointment is confirmed.' }}