@extends('layouts.app') @section('title', $title) @section('content')
{{ $entity->email }}
{{ $entity->telefone }}
{{ $entity->email }}
{{ $entity->role->display_name ?? 'Sem perfil' }}
Título | @if($type != 'cliente')Cliente | @endif @if($type != 'user')Responsáveis | @endifStatus | Prioridade | Prazo | Progresso | Ações |
---|---|---|---|---|---|---|---|
{{ $activity->title }} | @if($type != 'cliente'){{ $activity->cliente->nome ?? '-' }} | @endif @if($type != 'user')@foreach($activity->assignees as $assignee) {{ $assignee->name }} @endforeach | @endif{{ ucfirst(str_replace('_', ' ', $activity->status)) }} | {{ $activity->priority }} | @if($activity->due_date) {{ $activity->due_date->format('d/m/Y') }} @else - @endif |
|
|
Nenhuma atividade encontrada |