{{ __('Add Listing Category') }}
×
@csrf
{{ __('Language') . '*' }}
{{ __('Select a Language') }}
@foreach ($langs as $lang)
{{ $lang->name }}
@endforeach
{{ __('Name') . '*' }}
{{ __('Icon') . '*' }}
{{ __('Click on the dropdown icon to select an icon.') }}
{{ __('Status') . '*' }}
{{ __('Select Category Status') }}
{{ __('Active') }}
{{ __('Deactive') }}
{{ __('Serial Number') . '*' }}
{{ __('The higher the serial number is, the later the category will be shown.') }}
{{ __('Set as a sub-category') }}
{{ __('Select Parent Category') }}
{{ __('Select a Parent Category') }}
@foreach ($categories as $category) @if (is_null($category->parent))
{{ $category->name }}
@endif @endforeach