@extends('layouts.app') @section('form-title') {{ __('Projects') }} @endsection @section('form-sub-title') {{ __('Click a project to view more information') }} @endsection @section('breadcrumb') @endsection @section('content')
{{--
{{ __('New project') }}
--}}
@if(canViewUpdate('add projects of own organization')) {{ __('Add new project') }} @endif @if(canViewUpdate('create project, task and end user')) {{ __('Add enduser + Project + Task') }} @endif @if(canViewUpdate('create project and task')) {{ __('Add new project + task') }} @endif @if(canViewUpdate('report check')) {{ __('Report check') }} @endif @if(canViewUpdate('view invoice to')) {{ __('To invoice') }} @endif
{{-- Add new organisation end --}}
{{--
{{ __('Search organisation') }}
--}}
@php $s_projects_checked = 'checked'; $s_clients_checked = 'checked'; $s_endusers_checked = 'checked'; $s_city_endusers_checked = 'checked'; if(!empty($s_projects) && $s_projects === 'no'){ $s_projects_checked = ''; } if(!empty($s_clients) && $s_clients === 'no'){ $s_clients_checked = ''; } if(!empty($s_endusers) && $s_endusers === 'no'){ $s_endusers_checked = ''; } if(!empty($s_city_endusers) && $s_city_endusers === 'no'){ $s_city_endusers_checked = ''; } @endphp
@if(getAuthUser()->can('view other organizations'))
@endif
{{-- Search end --}}
{{ __('Projects') }}
{!! projectStatus('status') !!}
{{ __('Project') }} {{ __('Client') }} {{ __('Deadline') }} {{ __('City') }} {{ __('End User') }} {{ __('Status') }} {{ __('Created') }}
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @endpush