@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() !!}

{{ trans('quotation.update_quotation').':'.$data -> quotation_serial_number.'-'.$data -> quotation_serial_id }}

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

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

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

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


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

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

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

@foreach($quotationFile as $list)

{{ $list -> quotation_file_name }}


@endforeach

 

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

{{ trans('quotation.quotation_serial_list') }}
{{ trans('quotation.select_product') }}
{!! $CommonPresenter -> getQuotationCompanySelectHTML($account, $accountQuotation, $quotationTypeList) !!} {!! $CommonPresenter -> getQuotationDealButtonHTML($quotationRecord) !!}

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



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



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

{!! $CommonPresenter -> getQuotationButtonHTML(null, $quotationRecord, $account, 'update') !!} {!! $CommonPresenter -> getDeleteEditionButtonHTML($data -> quotation_serial_number, $data -> quotation_serial_id, $quotationRecord) !!}

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

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

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

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

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

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

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

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

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

{!! $CommonPresenter -> getSendRecordList($allQuotationRecordList, $accountList, $companyUserList) !!}

成交記錄

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

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

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

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

{!! $CommonPresenter -> getDealRecordList($allQuotationRecordList, $companyUserList, $productList) !!}

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

Loading 100%

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

Loading 100%
@endsection