@row([
'type' => 'textinput',
'has_language' => true,
'field' => 'title',
])
@row([
'type' => 'textinput',
'has_language' => true,
'field' => 'sub_title',
])
@row([
'type' => 'image-upload',
'field' => 'top_image',
])
@row([
'type' => 'textinput',
'has_language' => true,
'field' => 'top_heading',
])
@row([
'type' => 'editor',
'field' => 'top_description',
'has_language' => true,
])
@row([
'type' => 'image-upload',
'field' => 'bottom_image',
])
@row([
'type' => 'textinput',
'has_language' => true,
'field' => 'bottom_heading',
])
@row([
'type' => 'editor',
'field' => 'bottom_description',
'has_language' => true,
])
@include('admin.base.footer')
@include('admin.base.seo')