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

予約の方法

サービスを受けるにあたって、Web予約を受け付けております。カレンダーから、ご都合の良い日時を選択してください (平塚のアパートの内見は30分, 不動産投資面談は60分, 不動産査定は60分かかります)。予約確定後に2営業日以内に確認メールが送られます。

{!! $calendar->get_content_of_thead() !!} {!! $calendar->get_content_of_tbody() !!}

{!! $calendar->get_back_btn() !!} {{ $calendar->get_table_title() }} {!! $calendar->get_next_btn() !!}

@isset($reservations_table) {!! $reservations_table->get_content_of_thead() !!} {!! $reservations_table->get_content_of_tbody() !!}

{{ $reservations_table->get_table_title() }}

@endisset @endsection @section('script') @parent @endsection