@extends( 'newBase' ) @section( 'title', 'index' ) @section( 'content' )
翻译业务
中文
英文
中文
英文
中文
英文
选择版式
@php $charging_method = 'words'; if(($translation->charging_method??'') == TranslationChargingMethods::NUMBER_OF_PAGES) { $charging_method = 'pages'; } @endphp
@foreach($priceType as $pT) @foreach($language as $l)
@foreach($urgency as $u)
@php $Vall=strtolower($pT['type'])."_". strtolower($u['hours']).'_'. strtolower($l['id'])."_"; $CNY=$Vall."CNY"; $GBP=$Vall."GBP"; @endphp
人民币
英镑
@endforeach
@endforeach @endforeach
提交
@include('translation::admin.layout_modal') @include('common.confirmation') @include('common.notification') @endsection