@row([
'type' => 'textinput',
'has_language' => true,
'field' => 'title',
'relation' => 'seo',
])
@row([
'type' => 'textarea',
'has_language' => true,
'field' => 'description',
'relation' => 'seo',
])
@row([
'type' => 'image-upload',
'field' => 'og_image',
'title' => 'OG Image',
'relation' => 'seo',
'remark' => 'If you want to the OG image successfully displayed in whatsapp during sharing, please make sure the image size below 300KB.'
])