@extends('setting.layouts.layout') @section('title',trans('customer_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('customer_setting.title') }}

 {{ trans('customer_setting.create_customer') }}

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

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



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

{{ trans('customer_setting.customer_account') }}

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

紅標

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

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

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

{{ trans('customer_setting.customer_account') }}

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

@foreach($dataList as $list)
@if($list->customer_red)

紅標

@else

 

@endif

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

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

@foreach($countryList as $aList) @if($list -> customer_country == $aList -> country_id) {{ $aList -> country_chinese_name }} @endif @endforeach

@foreach($accountList as $aList) @if($list -> customer_account == $aList -> login_account) {{ $aList -> account_name }} @endif @endforeach

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

@endforeach

Page

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

@endsection