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

Hello, Admin!

The employer ({{$data['company_name']}}) has posted a new Job Entry and it's pending your approval.

To view the job, please click the below button:

{{$data['job_title']}}
@include('mails.layouts.signature')

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

{{$data['url']}}

@endsection