@csrf
{{ __('business/jobs.form.title_helper') }}
{{ __('business/ads.form.content_helper') }}
{{ __('business/ads.form.cta_helper') }}
@if($adMedia->isEmpty())
@endif @if($adMedia->isNotEmpty()) @foreach($adMedia as $mediaItem)
Image
@endforeach @endif

{!! __('business/ads.form.creative_helper', ['width' => config('ads.ad.image_width'), 'height' => config('ads.ad.image_height')]) !!}

@error('creative') {{ $message }} @enderror
{{ __('business/ads.form.budget_helper') }}
{{ __('business/ads.form.target_url_helper') }}

{!! __('business/ads.form.tos_agreement') !!}