@extends('job.email_template_job_alert') @section('content')
@if($jobs) @foreach($jobs as $value) @php $encryptArray = array( $value->id,$jalert->_id,"JBE" ); $job_url = encryptUrl($encryptArray); @endphp

@php echo $value->title; @endphp

{{isset($value->company_name)?$value->company_name:"N/A"}}

Apply
@php $content = html_entity_decode(strip_tags($value->description)); $description = substr($content, 0, 130); @endphp

{{isset($value->city_name)?$value->city_name:"N/A"}}

@if($value->description) {!! $description !!}... @endif

@endforeach @endif

View all matching jobs ยป

Matching Job Title : {!! $jalert->job_title !!}
Preferred Location : {!! $jalert->location !!}
Update Profile
@endsection