@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('icon') {{ $message }} @enderror
isEmpty()) ? 'checked' : '' }}>
{{ trans('admin/main.add_sub_categories') }}
    @if((!empty($subCategories) and !$subCategories->isEmpty())) @foreach($subCategories as $key => $subCategory)
  • @endforeach @endif
  • @endsection @push('scripts_bottom') @endpush