@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ $pageTitle }}

{{ csrf_field() }}
@if(!empty(getGeneralSettings('content_translate')))
@error('locale')
{{ $message }}
@enderror
@else @endif
@error('title')
{{ $message }}
@enderror
@error('category')
{{ $message }}
@enderror
@foreach($categories as $category)
@if(!empty($category->subCategories) and count($category->subCategories))
@foreach($category->subCategories as $subCategory)
id,$selectedCategories)) ? 'checked' : '' }}>
@endforeach @else
id,$selectedCategories)) ? 'checked' : '' }}>
@endif
@endforeach
input_type) and $specification->input_type == 'textarea') ? 'checked="checked"' : ''}} id="textarea" class="custom-control-input">
input_type) and $specification->input_type == 'multi_value') ? 'checked="checked"' : ''}} class="custom-control-input">
@error('input_type')
{{ $message }}
@enderror
{{ trans('update.multi_value') }}
@if((!empty($multiValues) and !$multiValues->isEmpty())) @foreach($multiValues as $key => $multiValue)
@endforeach @endif
@endsection @push('scripts_bottom') @endpush