@foreach ($candidate->futureTrialsRequests as $trial_request)

{{$trial_request->school->title}}

{{$trial_request->job_title}}
#{{\Carbon\Carbon::parse($trial_request->date_from)->format('d/m/Y')}} - {{\Carbon\Carbon::parse($trial_request->date_to)->format('d/m/Y')}}
@endforeach