{{@format_datetime($schedule->start_datetime)}}
@lang('crm::lang.end_datetime'){{@format_datetime($schedule->end_datetime)}}
@lang('crm::lang.'.$schedule->status)
@endif @lang('crm::lang.schedule_type')@lang('crm::lang.'.$schedule->schedule_type)
@if($schedule->allow_notification) @lang('crm::lang.notify_via')@if($schedule->notify_via['mail']) @lang('crm::lang.email') @if($schedule->notify_via['sms']) {{', '}} @endif @endif @if($schedule->notify_via['sms']) @lang('crm::lang.sms') @endif
@endif{{$schedule->notify_before}} @if($schedule->notify_type != 'day') @lang('crm::lang.'.$schedule->notify_type) @else @lang('lang_v1.'.$schedule->notify_type) @endif
@includeIf('components.avatar', ['max_count' => '10', 'members' => $schedule->users])
@if(!empty($schedule->followup_additional_info)) @lang('crm::lang.additional_info'){{ $schedule->customer->name }}
@if($schedule->customer->landmark)
{{ $schedule->customer->landmark }}
@endif
{{ ', ' . $schedule->customer->city }}
@if($schedule->customer->state)
{{ ', ' . $schedule->customer->state }}
@endif
@if($schedule->customer->country)
{{ $schedule->customer->country }}
@endif
{{ $schedule->customer->mobile }}
@if(!empty($schedule->customer->email)) @lang('business.email'){{ $schedule->customer->email }}
@endif{{ $schedule->customer->supplier_business_name }}
@endif