@if ($addProjectCategoryPermission == 'all' || $addProjectCategoryPermission == 'added')
@endif
@if (!in_array('client', user_roles()) && ($editProjectMembersPermission == 'all' || $editPermission == 'all'))
@endif
{{-- @if ($addClientPermission == 'all' || $addClientPermission == 'added')--}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- @endif--}}
@if ($project->public == 1 && $createPublicProjectPermission == 'all')
@endif
@if ($project->public == 0 && $createPublicProjectPermission == 'all')
@endif
@if ($editProjectMembersPermission == 'all' || $editPermission == 'all')
@if ($addEmployeePermission == 'all' || $addEmployeePermission == 'added')
@endif
@endif
@if ($project->public == 1 && $editProjectMembersPermission || $editPermission == 'all')
@if ($addEmployeePermission == 'all' || $addEmployeePermission == 'added')
@endif
@elseif(in_array('employee', user_roles()))
@endif
@foreach ($projectStatus as $status)
@endforeach
@foreach ($currencies as $currency)
@endforeach
@if ($editPermission == 'all')
@foreach ($employees as $item)
@endforeach
@endif