@extends('admin.layouts.app') @push('styles') @endpush @section('contents')
@csrf
{{--

Create Roles

--}}
Overview

Stock Status

Status

Store

Is Featured

Categories

    @foreach ($categories as $category)
  • @if ($category->children_nested && $category->children_nested->count() > 0)
      @foreach ($category->children_nested as $child)
    • @if ($child->children_nested && $child->children_nested->count() > 0)
        @foreach ($child->children_nested as $subChild)
      • @endforeach
      @endif
    • @endforeach
    @endif
  • @endforeach

Brand

Label

Tags

@endsection @push('scripts') @endpush