@extends('seller.layouts.app') @section('title') {{ __('msg.subcategoryedit') }} List | Vendor @endsection @section('content')
@foreach ($child_categories as $key => $childcategory) {{-- --}} @endforeach
SL. Child Category Name Sub Category Name {{ __('msg.category') }} {{ __('msg.name') }}
{{-- image --}} {{ $key + 1 }} {{ $childcategory->name }} {{ $childcategory->subcategory->name }} {{ $childcategory->category->name }} {{ $subcategory->admin->name }}
@endsection @section('style') @endsection @section('script') @endsection 1