@extends('layouts.admin') @section('content')
Category
  • @if(!empty($category_list)) @foreach($category_list as $category) @if(!empty($category->subcategory))

    {{ $category->name }}


    @endif @endforeach @endif
@endsection