@if($row['accordion_open'])
@if(!empty($row['error_message']))
{{ $row['error_message'] }}
@endif
@if(!$row['mistral_generated'])
Ads and page fields will appear after Mistral data is generated by the bulk button.
@endif
@if($row['mistral_generated'])
โ๏ธ Edit Ads Data
๐งพ Edit Page Data
@if(($row['edit_section'] ?? 'ads') === 'ads')
Google Ads
Campaign Settings
Ads Data
Headlines max 30 at API send
Descriptions max 90 at API send
Sitelinks max 25 at API send
@endif
@if(($row['edit_section'] ?? 'ads') === 'page')
SEO
Meta Data
SEO Title
SEO Description
Page Content
Store Description
@endif
@if($row['ad_created'])
Google Ad Created Successfully
@if(!empty($row['campaign_resource']))
Campaign: {{ $row['campaign_resource'] }}
@endif
@if(!empty($row['adgroup_resource']))
Ad Group: {{ $row['adgroup_resource'] }}
@endif
@if(!empty($row['ad_status']))
Status: {{ $row['ad_status'] }}
@endif
@endif
@endif