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