@include('email.layout.header')

Hi, {{$candidate->name ?? ''}}

@if($token)

You have accepted for the job : {{ $job->title}}({{ $job->job_contract}})

@else

Offer Has been made for the job : {{ $job->title}}({{ $job->job_contract}})

@endif

Offer Details:

Rate: {{$offer->offered_rate}}/{{$offer->offer_rate_type}}

Offer Type: {{$offer->offer_type}}

Start Date: {{$offer->start_date}}

End Date: {{$offer->end_date}}

{{$offer->offer_message ?? ''}}

@if($token)

To login your account, set your password Click Here

@endif
@include('email.layout.footer')