@extends('admin.template.layout') @section('title', $vacancy->name) @section('conteudo') @if ($vacancy->image)
image}") }}" id="img-vacancy" class=" card-img-top" alt="{{ $vacancy->name }}">
@endif
@if ($vacancy->enterprise->logo) enterprise->logo}") }}" alt="Logo da empresa {{ $vacancy->enterprise->first_name }}" ::asset('') style="width: 45px; height: 45px; object-fit: cover;"> @else @endif

{{ $vacancy->name }}

{{ $vacancy->enterprise->name }}
@if ($vacancy->additional_information)
@endif @if ($vacancy->process_steps)
@endif
@auth @if (!$user->candidates()->where('vacancy_id', $vacancy->id)->exists())
@else
Você já se candidatou a esta vaga
@endif @endauth @guest
Quero me candidatar
@endguest @endsection