@extends('AdminPanel.layouts.master') @section('content')

{{$title}}

@forelse($followups as $followup)
{{__('common.date')}} {{__('common.user')}} {{__('common.client')}} {{__('common.contacts')}} {{__('common.offerDetails')}} {{__('common.offerResponse')}} {{__('common.actions')}}
{{$followup->contactingDateTime}} {{$followup->agent->name ?? '-'}} {{$followup->client?->Name ?? '-'}} @if($followup->client?->phone != '') {{__('common.phone')}}: {{$followup->client?->phone ?? '-'}} @endif
@if($followup->client?->cellphone != '') {{__('common.mobile')}}: {{$followup->client?->cellphone ?? '-'}} @endif
@if($followup->client?->whatsapp != '') {{__('common.whatsapp')}}: {{$followup->client?->whatsapp ?? '-'}} @endif
{!!$followup->offerDetails ?? '-'!!} {!!$followup->offerResponse ?? '-'!!}