@extends('layouts.app') @section('title', $isMyTasks ? 'My Tasks' : 'Dashboard') @section('breadcrumb') {{ $isMyTasks ? 'My Tasks' : 'Home' }} @endsection @section('content') {{-- Header --}}
All tasks assigned to you across projects.
@elseHere's what's happening with your projects today.
@endif