@extends('layouts.master') @section('title', __('index.project')) @section('action', __('index.lists')) @section('button') @can('create_project') {{ __('index.create_project') }} @endcan @endsection @section('main-content') @include('admin.section.flash_message') @include('admin.project.common.breadcrumb') {{ __('index.project_filter') }} @if(!isset(auth()->user()->branch_id)) {{ __('index.select_branch') }} @if(isset($companyDetail)) @foreach($companyDetail->branches()->get() as $key => $branch) id ? 'selected': '' }}> {{ucfirst($branch->name)}} @endforeach @endif @endif {{ __('index.search_by_project') }} {{ __('index.search_by_status') }} @foreach(\App\Models\Project::STATUS as $value) {{ \App\Helpers\PMHelper::STATUS[$value] }} @endforeach {{ __('index.search_by_priority') }} @foreach(\App\Models\Project::PRIORITY as $value) {{ ucfirst($value) }} @endforeach {{ __('index.filter') }} {{ __('index.reset') }}