@props(['type' => null, 'advertisement' => null])
@csrf
{{ isset($tag) ? __('common.edit') : __('common.createNew') }}
@if ($type == 1)
@if (isset($advertisement) && isset($advertisement->options['image']))
@endif
@endif @if ($type == 2)
@if (isset($advertisement) && isset($advertisement->options['image']))
@endif
@endif @if ($type == 3)
@endif