@extends('setting.layouts.layout') @section('title',trans('product_setting.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')

{{ trans('product_setting.update_product') }}

@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('product_setting.product_chinese_name') }}

{{ trans('product_setting.product_english_name') }}

{{ trans('product_setting.product_type_id') }}

{{ trans('product_setting.product_sort') }}

{{ trans('product_setting.product_image') }}

{!! $CommonPresenter -> getImage($READ_IMAGE_PATH, $data -> product_image) !!}

{{ trans('product_setting.product_description') }}

{{ trans('product_setting.product_keyword') }}

{{ trans('product_setting.product_remark') }}

@foreach($quotationTypeList as $list)

{{ $list -> system_code_value }}

{!! $CommonPresenter -> getCompanyHTMLOfProduct($list -> system_code_key, $list -> system_code_value, $productCompanyList, $companyList, $companyUserList) !!}
@endforeach
@endsection