@extends('layouts.master') @section('css') @stop @section('content')
@if(Session::has('ReservationList'))

{{Session::get('ReservationList')->name}},您好

預約時間:{{Session::get('ReservationList')->date}},{{Session::get('ReservationList')->type}}

掛號號碼:{{Session::get('ReservationList')->registered_number}}

@endif
查詢預約掛號
查詢掛號
{{--
--}}
@stop @section('script') @stop