@forelse($lead->follow as $follow) @lang('app.createdOn'): {{ $follow->created_at->format($global->date_format) }} @lang('app.remark'): {!! ($follow->remark != '') ? ucfirst($follow->remark) : "Empty" !!} @lang('app.next_follow_up'): {{ $follow->next_follow_up_date->format($global->date_format) }}