@extends('admin.layouts.email_template') @section('content')
{{__('Hello')}} {{ $user->getName() }}, {{__('We noticed that your profile on')}} {{ $siteSetting->site_name }} {{__('is not yet complete.')}}
{{__('A complete profile helps employers find you and increases your chances of getting hired!')}}
{{__('Benefits of completing your profile:')}}
{{__('Still missing from your profile:')}}
{{__('Or copy and paste this link in your browser:')}}
{{ $profileUrl }}
{{__('Warm regards')}}, {{ $siteSetting->site_name }} {{__('Team')}}