@include('admin.components.form.input-file',[
'label' => __("Image").': (577*433)',
'class' => "file-holder",
'name' => "screen_image",
'old_files_path' => files_asset_path('app-images'),
'old_files' => old('old_image'),
])
@include('admin.components.form.input',[
'label' => __("titleS"),
'name' => "screen_title",
'attribute' => "data-limit=120",
'value' => old('screen_title'),
'placeholder' => __( "Write Here.."),
])
@include('admin.components.form.input',[
'label' => __("web_sub_title"),
'name' => "screen_sub_title",
'attribute' => "data-limit=255",
'value' => old('screen_sub_title'),
'placeholder' => __( "Write Here.."),
])