@if(!empty($schedule->description))
{!!$schedule->description!!}
@endif

@lang('crm::lang.start_datetime')

{{@format_datetime($schedule->start_datetime)}}

@lang('crm::lang.end_datetime')

{{@format_datetime($schedule->end_datetime)}}

@if(!empty($schedule->status)) @lang('sale.status')

@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
@if($schedule->allow_notification)
@lang('crm::lang.notify_before')

{{$schedule->notify_before}} @if($schedule->notify_type != 'day') @lang('crm::lang.'.$schedule->notify_type) @else @lang('lang_v1.'.$schedule->notify_type) @endif

@endif
@lang('crm::lang.assgined')

@includeIf('components.avatar', ['max_count' => '10', 'members' => $schedule->users])

@if(!empty($schedule->followup_additional_info)) @lang('crm::lang.additional_info')
@foreach($schedule->followup_additional_info as $key => $value) {{$key}} : {{$value}}
@endforeach @endif

@lang('contact.customer')

{{ $schedule->customer->name }}

@lang('business.address')

@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

@lang('contact.mobile')

{{ $schedule->customer->mobile }}

@if(!empty($schedule->customer->email)) @lang('business.email')

{{ $schedule->customer->email }}

@endif
@if($schedule->customer->supplier_business_name) @lang('business.business_name')

{{ $schedule->customer->supplier_business_name }}

@endif

@include('crm::schedule.partial.schedule_info_invoices')