@foreach($dataList as $list)
{!! $CommonPresenter -> getShortenText($list -> quotation_serial_number) !!}
{!! $CommonPresenter -> getShortenText($list -> quotation_serial_id) !!}
@foreach($accountList as $cList)
@if($list -> quotation_account == $cList -> login_account) {{ $cList -> account_name }} @endif
@endforeach
{!! $CommonPresenter -> getShortenText($list -> customer_code) !!}
{!! $CommonPresenter -> getQuotationTitle($list -> quotation_title) !!}
{!! $CommonPresenter -> getQuotationBigOrder($list) !!}
{!! $CommonPresenter -> getQuotationPickupStatus($list, $quotationRecord, $account) !!}
@if(session('ACTION_UPDATE') == 'ENABLED')
@endif