{{-- Add section --}}
@if(canViewUpdate('add project status'))
@endif
{{-- Add section ends --}}
{{-- Edit section --}}
@if($project_statuses->isNotEmpty())
@if(canViewUpdate('view project status'))
@endif
@else
@endif
{{-- Edit section ends --}}
{{ __('Add new project status') }}
{{ __('Project statuses') }}
{{ __('project status description') }}
{{ __('No project statuses found.') }}