@extends('setting.layouts.layout') @section('title',trans('quotation.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')
@include('components.validationErrorMessage') {!! csrf_field() !!}

編輯詢價單:{{ $quotation->quotation_content_id }} (@if($quotation->send_time) 已寄出 @else 未發送 @endif)

{{ trans('quotation.customer_code') }}

{{ trans('quotation_pickup.customer_country') }}

{{ trans('quotation_pickup.quotation_ad') }}

客戶名稱

所屬單位

所屬業務

{{ trans('quotation.quotation_title') }}


{{ trans('quotation.quotation_mail_title') }}

郵件副本

@if(!$quotation->send_time) @endif

附加檔案

Upload

{{ trans('quotation.quotation_remark') }}

@if($quotation->send_time)

直接成交

@else
@endif
版本清單
{{ trans('quotation.select_product') }}
選擇廠商
@foreach($quotationTypeList as $ql)
{{ $ql -> system_code_value }}
@endforeach

{{ trans('quotation.phrase') }}

Loading 100%

{{ trans('quotation.sample') }}

Loading 100%
@endsection