@extends('admin.layouts.email_template') @section('content')
{{__('Hello')}} {{ $company->name }}, {{__('A new candidate has posted/updated their resume in your industry on')}} {{ $siteSetting->site_name }}.
{{__('Candidate Information:')}}
{{__('Or copy and paste this link in your browser:')}}
{{ $profileUrl }}
{{__('Warm regards')}}, {{ $siteSetting->site_name }} {{__('Team')}}