Estado
@php $status_class = strtolower($dataTypeContent->status); $status_class = str_replace(" ","-",$status_class); @endphp{{ $dataTypeContent->status }}
0
correos
0
llamadas
0
visitas
@php
use App\Interaction;
use App\InteractionType;
use App\ResultType;
$applicants_interactions=Interaction::where('applicant_id','=',$dataTypeContent->id)->get();
$interactions = Interaction::get();
$interaction_types = InteractionType::get();
$result_types = ResultType::get();
@endphp
@foreach($applicants_interactions as $applicant_interaction)
@endforeach