@extends('layouts.app') @section('content')
@foreach($tasks as $task)
{{$task->title}}
{{$task->description}}
@endforeach
@endsection