@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