{{-- Task Module — My Tasks / All Tasks (Kanban Board) Extend your existing layout. Replace 'layouts.app' with your layout name. --}} @extends('layouts.app') @section('title', $view === 'my' ? 'My Tasks' : 'All Tasks') @push('styles') @endpush @section('content')
@if($isAdmin) Admin view — showing {{ $view === 'my' ? 'your' : 'all' }} tasks @else Your assigned tasks @endif
No tasks
@endforelseNo tasks
@endforelseNo tasks
@endforelse