@lang('form.tasks')
@if(check_perm('tasks_create'))
@lang('form.new_task')
@endif
@if(check_perm('tasks_view'))
@lang('form.switch_to_canban_view')
@endif
@extends('layouts.main') @section('title', __('form.tasks')) @section('content')