@extends('layouts.main')
@section('pageTitle', '開放進場名單 - 新增')
@section('content')
{{-- 表單 --}}
@include('stationManagement.allowEntryList.sections.ruleSection')
@endsection
@section('js')
@include('include.datePickerAndMask')
@include('stationManagement.allowEntryList.sections.commonSection')
@endsection