Manifestar Interesse
Este formulário é uma manifestação de interesse em participar de entrevistas.
A seleção é curada, alinhada com a pauta e agenda editorial. Todos que preencherem entram no radar e podem ser chamados em ciclos futuros.
@if(file_exists(public_path('images/banners/banner-formulario.jpg')) ||
file_exists(public_path('images/banners/banner-formulario.png')) ||
file_exists(public_path('images/banners/banner-formulario.webp')))
@php
$bannerPath = null;
if (file_exists(public_path('images/banners/banner-formulario.webp'))) {
$bannerPath = asset('images/banners/banner-formulario.webp');
} elseif (file_exists(public_path('images/banners/banner-formulario.jpg'))) {
$bannerPath = asset('images/banners/banner-formulario.jpg');
} elseif (file_exists(public_path('images/banners/banner-formulario.png'))) {
$bannerPath = asset('images/banners/banner-formulario.png');
}
@endphp
@if($bannerPath)

@endif
Seus dados estão seguros e serão usados apenas para fins de curadoria e contato.