@extends('candidates.layouts.app') @section('title','Job Alerts') @section('content')

Job Alerts

@foreach($job_alerts as $key=>$alert) @endforeach
Sl.No Alert Job Title Job Description Actions
{{ ($key+1) }} {{ $alert->description }} {{ $alert->Job->name }} {{ $alert->Job->description }}
@endsection