@foreach($dataList as $list)
{!! $CommonPresenter -> getShortenText($list -> quotation_serial_number) !!}
@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) !!}
{{ $list -> quotation_count }}
{!! $CommonPresenter -> getQuotationBigOrder($list) !!}
@if(session('ACTION_UPDATE') == 'ENABLED')
@endif
@if(session('ACTION_DELETE') == 'ENABLED')
@endif