diff --git a/resources/views/layouts/dashboard.blade.php b/resources/views/layouts/dashboard.blade.php
index 046514c..6aa1a9a 100644
--- a/resources/views/layouts/dashboard.blade.php
+++ b/resources/views/layouts/dashboard.blade.php
@@ -79,24 +79,37 @@
-
+ @foreach($mieitask as $task)
+
+
+
+ @endforeach
diff --git a/resources/views/tasks/list.blade.php b/resources/views/tasks/list.blade.php
index 2d0e516..c395e27 100644
--- a/resources/views/tasks/list.blade.php
+++ b/resources/views/tasks/list.blade.php
@@ -4,6 +4,10 @@
Lista AttivitÃ
@endsection
+@section('css')
+
+@endsection
+
@section('content')
@@ -14,33 +18,41 @@
class="fa fa-pencil-square-o fw">Nuova AttivitÃ
-
{{$task->descrizione}}
-