@extends('layouts.layout') @section('meta') @parent @endsection @section('title') 予約完了 | アイリス不動産 @endsection @section('style') @parent @endsection @section('content_title') 予約完了 @endsection @section('content')

以下の内容で予約を受け付けました。

開始時刻
{{ $reservation->start }}

予約内容
{{ $reservation->service->name }}

お名前
{{ $reservation->name }}

メールアドレス
{{ $reservation->email }}

@endsection