@forelse($lead->follow as $follow)

@lang('app.createdOn'): {{ $follow->created_at->toFormattedDateString() }}

@lang('app.remark'):
{!! ($follow->remark != '') ? ucfirst($follow->remark) : "Empty" !!}
@lang('app.next_follow_up'): {{ $follow->next_follow_up_date->toFormattedDateString() }}

@empty

@lang('modules.followup.followUpNotFound')

@endforelse