@forelse($candidates as $candidate)
{{-- @if(!empty($candidate->industry))--}} {{--
--}} {{-- --}} {{--

{{$candidate->industry->name}}

--}} {{--
--}} {{-- @endif--}} @if(!empty($candidate->full_location) || !empty($candidate->location2))
{{ (isset($candidate->full_location)) ? html_entity_decode(Str::limit($candidate->full_location,10,'...')) : __('messages.common.n/a') }}{{ (isset($candidate->location2)) ? ','.html_entity_decode(Str::limit($candidate->location2,10,'...')) : '' }}
@endif @if(!empty($candidate->expected_salary))

{{ $candidate->expected_salary }}

@endif
@empty @endforelse
@if($candidates->count() > 0) {{$candidates->links()}} @endif