@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.create_quotation') }}

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

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

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

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

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

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


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

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

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

 

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

{{ trans('quotation.select_product') }}
{!! $CommonPresenter -> getQuotationCompanySelectHTML($account, $accountQuotation, $quotationTypeList) !!}
{!! $CommonPresenter -> getQuotationButtonHTML(null, array(), $account, 'create') !!}

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

Loading 100%

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

Loading 100%
@endsection