'components.admin.form-input','data' => ['id' => 'title','dataTranslate' => 'true','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e($blog->getTranslation($code)->title).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'title','data-translate' => 'true','name' => 'title','label' => ''.e(__('Title')).'','placeholder' => ''.e(__('Enter Title')).'','value' => ''.e($blog->getTranslation($code)->title).'','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-input','data' => ['id' => 'slug','name' => 'slug','label' => ''.e(__('Slug')).'','placeholder' => ''.e(__('Enter Slug')).'','value' => ''.e($blog->slug).'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'slug','name' => 'slug','label' => ''.e(__('Slug')).'','placeholder' => ''.e(__('Enter Slug')).'','value' => ''.e($blog->slug).'','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-select','data' => ['name' => 'blog_category_id','id' => 'blog_category_id','class' => 'select2','label' => ''.e(__('Category')).' ','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-select'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'blog_category_id','id' => 'blog_category_id','class' => 'select2','label' => ''.e(__('Category')).' ','required' => 'true']); ?>
'components.admin.select-option','data' => ['value' => '','text' => ''.e(__('Select Category')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['value' => '','text' => ''.e(__('Select Category')).'']); ?>
renderComponent(); ?>
addLoop($__currentLoopData); foreach($__currentLoopData as $category): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
'components.admin.select-option','data' => ['selected' => $category->id ==
old('blog_category_id', $blog->blog_category_id),'value' => ''.e($category->id).'','text' => ''.e($category->title).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.select-option'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['selected' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($category->id ==
old('blog_category_id', $blog->blog_category_id)),'value' => ''.e($category->id).'','text' => ''.e($category->title).'']); ?>
renderComponent(); ?>
popLoop(); $loop = $__env->getLastLoop(); ?>
renderComponent(); ?>
'components.admin.form-textarea','data' => ['id' => 'short_description','name' => 'short_description','label' => ''.e(__('Short Description')).'','placeholder' => ''.e(__('Enter Short Description')).'','dataTranslate' => 'true','value' => ''.e($blog->getTranslation($code)->short_description).'','maxlength' => '2000','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'short_description','name' => 'short_description','label' => ''.e(__('Short Description')).'','placeholder' => ''.e(__('Enter Short Description')).'','data-translate' => 'true','value' => ''.e($blog->getTranslation($code)->short_description).'','maxlength' => '2000','required' => 'true']); ?>
renderComponent(); ?>
'components.admin.form-editor','data' => ['id' => 'description','dataTranslate' => 'true','name' => 'description','label' => ''.e(__('Description')).'','value' => ''.$blog->getTranslation($code)->description.'','required' => 'true']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-editor'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'description','data-translate' => 'true','name' => 'description','label' => ''.e(__('Description')).'','value' => ''.$blog->getTranslation($code)->description.'','required' => 'true']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-switch','data' => ['name' => 'show_homepage','label' => ''.e(__('Show on homepage')).'','checked' => $blog->show_homepage == 1]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-switch'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'show_homepage','label' => ''.e(__('Show on homepage')).'','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog->show_homepage == 1)]); ?>
renderComponent(); ?>
'components.admin.form-switch','data' => ['name' => 'is_popular','label' => ''.e(__('Mark as Popular')).'','checked' => $blog->is_popular == 1]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-switch'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'is_popular','label' => ''.e(__('Mark as Popular')).'','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog->is_popular == 1)]); ?>
renderComponent(); ?>
'components.admin.form-switch','data' => ['name' => 'status','label' => ''.e(__('Status')).'','checked' => $blog->status == 1]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-switch'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['name' => 'status','label' => ''.e(__('Status')).'','checked' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog->status == 1)]); ?>
renderComponent(); ?>
'components.admin.form-input','data' => ['id' => 'seo_title','name' => 'seo_title','label' => ''.e(__('SEO Title')).'','placeholder' => ''.e(__('Enter SEO Title')).'','dataTranslate' => 'true','value' => ''.e($blog->getTranslation($code)->seo_title).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'seo_title','name' => 'seo_title','label' => ''.e(__('SEO Title')).'','placeholder' => ''.e(__('Enter SEO Title')).'','data-translate' => 'true','value' => ''.e($blog->getTranslation($code)->seo_title).'']); ?>
renderComponent(); ?>
'components.admin.form-textarea','data' => ['id' => 'seo_description','name' => 'seo_description','label' => ''.e(__('SEO Description')).'','placeholder' => ''.e(__('Enter SEO Description')).'','dataTranslate' => 'true','value' => ''.e($blog->getTranslation($code)->seo_description).'','maxlength' => '2000']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-textarea'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['id' => 'seo_description','name' => 'seo_description','label' => ''.e(__('SEO Description')).'','placeholder' => ''.e(__('Enter SEO Description')).'','data-translate' => 'true','value' => ''.e($blog->getTranslation($code)->seo_description).'','maxlength' => '2000']); ?>
renderComponent(); ?>
first()->code): ?>
'components.admin.form-image-preview','data' => ['image' => $blog->image]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin.form-image-preview'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['image' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($blog->image)]); ?>
renderComponent(); ?>