@extends('layouts.dashboard_layout') @section('title', 'Tareas') @section('content')
Actividad | Fecha creacion | Responsable | Estado | Fecha final |
---|---|---|---|---|
{{ $tarea?->descripcion ?? ''}} | {{ $tarea?->fecha_creacion ?? ''}} | {{ $tarea?->usuarioResponsable->nombre ?? ''}} | {{ $tarea?->estado ?? ''}} | {{ $tarea?->fecha_fin ?? ''}} |