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

{{ trans('company_user_setting.update_company_user') }}

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

{{ trans('company_user_setting.company_name') }}

@if($select_company_stop)
所選廠商已停用
@endif

{{ trans('company_user_setting.company_user') }}

狀態

聯絡人類別

{{ trans('company_user_setting.company_user_remark') }}

@foreach($prodList as $prod) @endforeach
類別 產品名稱
{{$prod->qtype}} {{$prod->product_chinese_name}}
@endsection