@php $ad = $ad ?? null; $store_id = $store_id ?? null; $redirectUrl = $redirectUrl ?? null; @endphp
@csrf @if (!empty($redirectUrl)) @endif
{{-- --}} @include('alerts.error_messages')
@if (!empty($redirectUrl)) {{ trans('lang.cancel') }} @else {{ trans('lang.cancel') }} @endif