@if($project_view == 'list_view')
{!! Form::label('project_status_filter', __('sale.status') . ':') !!}
{!! Form::select('project_status_filter', $statuses, null, ['class' => 'form-control select2', 'placeholder' => __('messages.all'), 'style' => 'width: 100%;']); !!}
@endif
{!! Form::label('project_end_date_filter', __('project::lang.end_date') . ':') !!}
{!! Form::select('project_end_date_filter', $due_dates, null, ['class' => 'form-control select2', 'placeholder' => __('messages.all'), 'style' => 'width: 100%;']); !!}
{!! Form::label('project_categories_filter', __('project::lang.category') . ':') !!}
{!! Form::select('project_categories_filter', $categories, null, ['class' => 'form-controll select2', 'placeholder' => __('messages.all'), 'style' => 'width:100%;']); !!}
@if($project_view == 'list_view')
@endif
@if($project_view == 'kanban')
@endif