@include('admin.components.form.input-file',[
'label' => 'Image: (414*896)',
'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' => "Title",
'name' => "screen_title",
'attribute' => "data-limit=120",
'value' => old('screen_title'),
])
@include('admin.components.form.input',[
'label' => "Sub Title",
'name' => "screen_sub_title",
'attribute' => "data-limit=255",
'value' => old('screen_sub_title'),
])