@extends('layouts.main') @section('pageTitle', '臨停計費內容設定-遠通通知計費') @section('content')
@inject('thidLevel','App\Presenters\ThirdLevelPresenter') {!! $thidLevel->createVehicleTab('billingContent', $vehicleTypeId) !!}

遠通通知計費:計費金額為遠通通知的停車費,此計費模式只適用於遠通出口柱、遠通繳費柱與遠通賣場繳費柱
@endsection @section('js') @include('billingSetting.billingContent.feeCommonSection') @endsection