{{ $key + 1 }} |
|
@if($viewProjectHourlyRatePermission == 'all')
@if ($editProjectMemberPermission == 'all')
@else
{{ $member->hourly_rate }}
@endif
|
@endif
@if ($editProjectMemberPermission == 'all')
@elseif($member->user->id == $project->project_admin)
@lang('app.projectAdmin')
@else
--
@endif
|
@if ($member->user->id == $project->project_admin
&& $editProjectMemberPermission == 'all')
@lang('app.remove') @lang('app.projectAdmin')
@endif
@if ($deleteProjectMemberPermission == 'all')
@lang('app.delete')
@endif
|
@empty