@if (($addPermission == 'all' || $addPermission == 'added'))
@lang('modules.followup.newFollowUp')
@endif
@if ($viewPermission == 'all' || $viewPermission == 'added')
#
@lang('app.createdOn')
@lang('modules.lead.nextFollowUp')
@lang('app.remark')
@lang('app.status')
@lang('app.action')
@forelse($followUps as $key => $follow)
{{ $key + 1 }}
{{ $follow->created_at->timezone(company()->timezone)->translatedFormat(company()->date_format . ' ' . company()->time_format) }}
{{ $follow->next_follow_up_date->translatedFormat(company()->date_format . ' ' . company()->time_format) }}
{!! $follow->remark != '' ? (nl2br($follow->remark)) : '--' !!}
@empty
@endforelse
@endif