{{-- --}}
{{\Carbon\Carbon::parse($views->date)->format('D, M d')}} ,{{ \Carbon\Carbon::parse($views->start_time)->format('H:i')}}-{{ \Carbon\Carbon::parse($views->end_time)->format('H:i') }}
@endif @if($views->activities_type=='Call'){{\Carbon\Carbon::parse($views->date)->format('D, M d')}} ,{{ \Carbon\Carbon::parse($views->start_time)->format('H:i')}}
@endif @if($views->activities_type=='FollowUp'){{\Carbon\Carbon::parse($views->date)->format('D, M d')}} ,{{ \Carbon\Carbon::parse($views->start_time)->format('H:i')}}
@endifTitle: {{ $views->title }}
@endif @if($views->activities_type=='FollowUp')Title: {{ $views->title }}
@endif @if(!empty($views)){{ $views->description }}
@endif