@extends('layouts.app') @section('content')
Avaliador | Data | Recomendação | Parecer | |
---|---|---|---|---|
{{ $avaliador->user->name }} | {{ $avaliador->user->email }} | @if($avaliador->trabalhos->where('id', $trabalho->id)->first()->pivot->parecer == null) Indisponível @else {{ date('d/m/Y', strtotime($avaliador->trabalhos->where('id', $trabalho->id)->first()->pivot->created_at)) }} @endif | @if($avaliador->trabalhos->where('id', $trabalho->id)->first()->pivot->parecer == null) Indisponível @else {{ $avaliador->trabalhos->where('id', $trabalho->id)->first()->pivot->recomendacao }} @endif |