Interacciones pendientes de hoy:
@foreach ($pendings as $pending) @php $applicant = Applicant::where('id','=',$pending['applicant_id'])->orderBy('created_at', 'desc')->first(); $applicant = $applicant->toArray(); $interaction_type = InteractionType::where('id','=',$pending['interaction_type_id'])->orderBy('created_at', 'desc')->first(); $result_type = ResultType::where('id','=',$pending['result_id'])->orderBy('created_at', 'desc')->first(); $tmp_date = $pending['notification_date']; $notification_date = explode(" ", $tmp_date); $notification_date = $notification_date[0]; @endphpNombre postulante | {{$applicant['firstname']}} {{$applicant['lastname']}} |
---|---|
Correo electronico | {{$applicant['email']}} |
Fecha de notificacion | {{ $notification_date }} |
Comentario | {{ $pending['feedback'] }} |
Ver en CRM |
No hay pendientes DEBUG
@endif