@if ( !isAnonymousUser() || hasPermissionInvitedUser('view_project') ) @endif @if ($selectedDraft->project->project_type == 1)
zoom_in zoom_out
@endif
@foreach ($allDrafts as $key => $draft)

first) wire:click="changeDraftImage({{$allDrafts[$key-1]->id ?? ''}})" @endif>chevron_left {{ $draft->preview_media->name ?? '' }} last) wire:click="changeDraftImage({{$allDrafts[$key+1]->id ?? ''}})" @endif>chevron_right

@endforeach
@if ( !isAnonymousUser() ) @endif @if ( !isAnonymousUser() && getUser()->hasRole('Company') ) @endif
@foreach ($allDrafts as $key => $draft)

first) wire:click="changeDraftImage({{$allDrafts[$key-1]->id ?? ''}})" @endif>chevron_left {{ $draft->preview_media->name ?? '' }} last) wire:click="changeDraftImage({{$allDrafts[$key+1]->id ?? ''}})" @endif>chevron_right

@endforeach
@if ( !isAnonymousUser() || hasPermissionInvitedUser('mark_complete')) @if (isAgency(getUser()) || !$showApprove) @endif @if($projectStatus != 'cancelled') @if (isUser(getUser()) && $showApprove) @endif @endif {{--
@if($projectStatus != 'cancelled') @if (isUser(getUser()) && $showApprove)
@foreach ($statuses as $status) {{ $status->name ?? '' }} @endforeach
@endif @endif
--}} @endif @if ( false === isset($hide_download_button) || false === $hide_download_button ) @if ( !isAnonymousUser() || hasPermissionInvitedUser('download_asset') ) file_download Download @endif @endif @if($projectStatus != 'cancelled') @if (isUser(getUser()) && $showApprove) @endif @endif
@include('inc.flashModalMessages') @include('customer.modals.message-modal')