@extends('layouts.app-1') @section('head') @endsection @section('header')
〈返回
公設預約
@endsection @section('content')
{{ csrf_field() }}

{{ $datas->facility_name }}

{!! $datas->facility_rule !!}

請選擇預約日期

@include('common.errors') @endsection