@extends('layouts.dashboard_layout') @section('title', 'Tareas') @section('content')
Actividad Fecha creación Estado Fecha final
{{ $tareas?->descripcion ?? ''}} {{ $tareas?->fecha_creacion ?? ''}} {{ $tareas?->estado ?? ''}} {{ $tareas?->fecha_fin ?? ''}}
@endsection @section('scripts') @include('partials.scripts') @endsection