@extends('startpage') @section('title', 'Tasks') @section('greeting'){{$greeting-> greeting}}@endsection @section('content')
| ID | Topic | Date | Comment | @foreach($tasks as $task)
|---|---|---|---|
| {{ $task -> id}} | {{ $task -> topic}} | {{ $task -> date}} | {{ $task -> comment}} |