@extends('layouts.app') @section('title', __('professionalproject::lang.module_name')) @section('content') @include('professionalproject::layouts.nav')

@lang('professionalproject::lang.projects') @if(!empty($active_category)) {{ $active_category->name }} @elseif(!empty($filter_category) && $filter_category === 'uncategorized') @lang('professionalproject::lang.uncategorized_projects') @else @lang('professionalproject::lang.all_projects') @endif

@lang('professionalproject::lang.module_name')

مدیریت پروژه، وظایف، کانبان و گانت با تجربه کاربری یکپارچه و حرفه‌ای.

@if(!empty($category_breadcrumb) && $category_breadcrumb->count()) @include('professionalproject::category.partials.breadcrumb', ['breadcrumb' => $category_breadcrumb, 'link_mode' => 'pp']) @endif @if(!empty($root_categories) && $root_categories->count())
@endif

@lang('professionalproject::lang.projects')

@can('professionalproject.create_project') @lang('professionalproject::lang.new_project') @endcan
{!! Form::label('status_filter', __('sale.status') . ':') !!} {!! Form::select('status_filter', $statuses, null, ['class' => 'form-control select2', 'placeholder' => __('messages.all'), 'style' => 'width:100%']) !!}
@endsection @section('css') @include('professionalproject::layouts.professional_style') @endsection @section('javascript') @endsection