@extends('emails.layout_bolsa') @section('content')

¡Nueva propuesta laboral!

{{ $company['name'] }} quiere contactarse contigo por el siguiente puesto:

{{ $job['title'] }}

{{ $company['name'] }}

{{ $job['begin_date'] }}

{{$msj}}

Datos de contacto:


@if ($company['email'])
{{ $company['email'] }}
@endif @if ($company['phone'])
{{ $company['phone'] }}
@endif @if ($company['website'])
{{ $company['website'] }}
@endif

{{$translate['BL_JOB_OPPORTUNITY_FOOTER_FIRST']}}

{{$translate['BL_JOB_OPPORTUNITY_FOOTER_LAST']}}

¡Buena suerte!

@endsection