@extends('startpage') @section('title', 'Tasks') @section('greeting'){{$greeting-> greeting}}@endsection @section('content')

TASK LIST

@foreach($tasks as $task) @endforeach
ID Topic Date Comment
{{ $task -> id}} {{ $task -> topic}} {{ $task -> date}} {{ $task -> comment}}
@endsection @section('form') @if ($errors->any())

@endif



{{ csrf_field() }}
@endsection