mark_as_suspicious == "0") style="background-color:red; color:white" @endif>
{{ $rsVal->id }} |
mark_as_suspicious == "0") style=" color:white" @endif>
{{ $rsVal->customers_firstname }} {{ $rsVal->customers_lastname }}
|
{{ $rsVal->customers_telephone }} |
@if(count((array) $rsVal['products'])>0){{ $rsVal['products']->name }}@endif |
@if(count((array) $rsVal['assigned_to_user'])) {{ $rsVal['assigned_to_user']->first_name }} {{ $rsVal['assigned_to_user']->last_name }}@endif |
@if(count((array) $rsVal['managed_by'])) {{ $rsVal['managed_by']->first_name }} {{ $rsVal['managed_by']->last_name }}@endif |
{{ $rsVal->opportunities_status }} |
{{ date('d-m-Y H:i:s', strtotime($rsVal->created_at)) }} |
@endforeach
@else