@extends('adminlte::page') @section('title', 'SIPRO') @section('content_header')
# | Nome | Resposta | Emoção | |||||
---|---|---|---|---|---|---|---|---|
{{ $producao->id }} | {{ $producao->paciente()->get()->first()->nome }} | {{ $producao->resposta }} | @if($producao->emocao == 1)Tristeza | @elseif($producao->emocao == 2)Alegria | @elseif($producao->emocao == 3)Raiva | @elseif($producao->emocao == 4)Nojo | @elseif($producao->emocao == 5)Surpresa | @elseif($producao->emocao == 6)Medo | @endif