@if(session()->has('message') || session()->has('error'))
@endif
@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
@if(in_array("View",$Notes ))
@if($result['notesData']->thread_type == "Accounts")
@endif
@if(!empty($result['notesData']->contact))
@endif
@if(!empty($result['notesData']->name))
@endif
@if(count((array) $result['notesData'])>0 && $result['notesData']->thread_type == "Leads" && count((array) $result['notesData']['accounts'])>0)
@endif
@if(count((array) $result['notesData']['notes_comments'])>0)
@foreach ($result['notesData']['notes_comments'] as $cmVal)
@if(!empty($cmVal->description))
@endif
@endforeach
@endif
@if(count((array) $result['notesData']['get_notes_images'])>0)
@endif
@else
Contact #{{$result['notesData']->contact}}
Name {{$result['notesData']->name}}
Subject {{$result['notesData']->subject}}
Notes
{{$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}}@else, Call Time: 00 @endif
{!!nl2br($string)!!}
Files
-
@foreach ($result['notesData']['get_notes_images'] as $rsVal)
- {{$rsVal->images}} {{-- --}} @endforeach
Please contact with SuperAdmin
@endif