@extends($layout) @section('content') @php $showClosedProjects = $showClosedProjects ?? false; @endphp
{!! $tpl->displayNotification() !!}
 
{!! __('link.new_project') !!} {{-- 视图切换:甘特图 / 列表 --}}
{{-- 甘特图视图(默认显示,页面加载即初始化) --}}
{{-- 列表视图(默认隐藏) --}} {{-- /#listView --}}
@once @push('scripts') @endpush @endonce @endsection