• @if ($job->company) logo @else @endif
    @auth @if (auth()->user()->role == 'candidate') @if ($job->bookmarked) @else @endif @else @endif @else @endauth
    @if ($job->can_apply)
    @if ($job->deadline_active) @auth @if (auth()->user()->role == 'candidate') @if (!$job->applied) @else @endif @else @endif @else @endauth @endif
    @else {{ __('apply_now') }} @endif