14 lines
240 B
PHP
14 lines
240 B
PHP
@extends('layouts.screeningAppointmentLocation')
|
|
|
|
@section('content-page')
|
|
<h3 style="font-weight: 700; text-align:center;">請選擇上方的項目瀏覽</h3>
|
|
<script></script>
|
|
|
|
@endsection
|
|
|
|
|
|
@section('style')
|
|
<style>
|
|
|
|
</style>
|
|
@endsection |