@extends('layouts.main')
@section('pageTitle', '修改車號費率名單')
@section('content')
{{-- 表單 --}}
@include('stationManagement.licensePlateFeeRule.sections.discountSection')
{{ __('common.back') }}
@endsection
@section('js')
@include('include.datePickerAndMask')
@include('stationManagement.licensePlateFeeRule.sections.commonSection')
@endsection