@extends('mails.layouts.master') @section('content')

Hello, {{$data['employer_name']}}!

The candidate "{{$data['candidate_name']}}" applied to your job posting "{{$data['job_title']}}".

To manage your job applications, please click the below button:

Manage Applications

Thank you for creating the jobs of the future!

@include('mails.layouts.signature')

If you’re facing troubles with the button above, copy and paste the URL below into your browser.

LINK

{{$data['url']}}
@endsection