@extends('front'.viewPrfx().'layouts.master') @section('content')
@php $onerror = url('/g-assets').'/essentials/images/company-not-found.png'; @endphp @if ($jobs) @foreach ($jobs as $job)
@php $thumb = employerThumb($job['employer_logo'], true); @endphp {{$job['company']}}
@if($job['department']) {{$job['department']}} @endif {{__('message.posted_on')}} : {{date('d M, Y', strtotime($job['created_at']))}}
@if(isset($job['job_filters'])) @foreach ($job['job_filters'] as $jf) {{ $jf['title'] }} : {{ implode(', ',$jf['values']) }} @endforeach @endif
@endforeach @else @endif
{!! $pagination !!}
@endsection