@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')
@include('components.validationErrorMessage') {!! csrf_field() !!}

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

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

廠商簡稱

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

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

廠商狀態

聯絡人狀態

聯絡人類別

{{ trans('common.search_result') }}

廠商簡稱

廠商狀態

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

聯絡人狀態

類別

{{ trans('common.action') }}

@foreach($dataList as $list)

{{$list -> company_abbreviation_name }}

@if($list ->company_valid) 啟用 @else 停用 @endif

{!! $CommonPresenter -> getShortenText($list -> company_user) !!}

@if($list ->valid) 啟用 @else 停用 @endif

{!! $CommonPresenter -> getNoteQuotationType($list -> quotation_type,$quotationTypeList) !!}

@if(session('ACTION_UPDATE') == 'ENABLED') @endif

@endforeach

Page

of {{ $dataList -> lastPage() }}

@endsection