Account Number: | {{$opportunitiesData['opportunities']['accounts']->name}} |
Telephone: | {{$opportunitiesData['opportunities']['accounts']['customers']->customers_telephone}} |
Leads: | {{$opportunitiesData['opportunities']['accounts']['customers']->customers_firstname}} {{$opportunitiesData['opportunities']['accounts']['customers']->customers_lastname}} |
Telephone: | {{$opportunitiesData['opportunities']['accounts']['customers']->customers_telephone}} |
Tickets Number: | {{$opportunitiesData['opportunities']->tickets_number}} |
Subject: | {{$opportunitiesData['opportunities']->subject}} |
Categories: | {{$opportunitiesData['opportunities']['tickets_categories']->name}} |
Priorities: | {{$opportunitiesData['opportunities']['tickets_prioritys']->name}} |
Status: | {{$opportunitiesData['opportunities']['tickets_status']->name}} |
Assigned by: | {{$opportunitiesData['opportunities']['managed_by']->first_name}} {{$opportunitiesData['opportunities']['managed_by']->last_name}} |
Assigned to: | {{$opportunitiesData['opportunities']['assigned_to_user']->first_name}} {{$opportunitiesData['opportunities']['assigned_to_user']->last_name}} |
Created date: | {{date('d-m-Y H:i:s', strtotime($opportunitiesData['opportunities']->tickets_created_at))}} |
Description: |
@foreach ($opportunitiesData['opportunities']['comments'] as $cmVal)
@if(!empty($cmVal->description))
{{$cmVal['managed_by']->first_name}} {{$cmVal['managed_by']->last_name}} updated on {{date('d-m-Y H:i:s', strtotime($cmVal->created_at))}}@if(!empty($cmVal->talk_time)), Call Time: {{$cmVal->talk_time}} @endif
{!!nl2br($cmVal->description)!!}
|