@extends('layout.wrapper') @section('content')
@include('misc.heading-crumbs') @include('pages.tasks.components.misc.list-page-actions')
@if(auth()->user()->is_team)
@include('pages.tasks.components.misc.list-pages-stats')
@endif
@if(auth()->user()->pref_view_tasks_layout == 'kanban') @include('pages.tasks.components.kanban.wrapper') @else @include('pages.tasks.components.table.wrapper') @endif @if(auth()->user()->is_team) @include('pages.tasks.components.misc.filter-tasks') @endif
@include('pages.task.modal') @if(config('visibility.dynamic_load_modal')) @endif @endsection