{!! showErrors($errors, 'title') !!}
{!! showErrors($errors, 'description') !!}
{!! showErrors($errors, 'apply_by_date_time') !!}
{!! showErrors($errors, 'location') !!}
{!! showErrors($errors, 'type') !!}
@if (!empty($careerObj->pdf_doc))
{{ $careerObj->pdf_doc }}
@endif
{!! showErrors($errors, 'document') !!}
@php
$counter = 1;
@endphp
@foreach ($careerObj->benefits as $benefitObj)
@if ($counter > 1)
@endif
@php
$counter++;
@endphp
@endforeach
{!! showErrors($errors, 'benefits') !!}
@section('beforeBodyClose')
@endsection