@extends('layouts.welcomelayouts.app') @section('title') All Categories - {{$appSetting->h1}} | {{$appSetting->slogan}} @endsection @section('SEO') @endsection @push('css') @endpush @section('contents')
@include('layouts.welcomelayouts.topsidebarmenu')

All Category

@foreach(App\Model\ProductCategory::get() as $category)

{{$category->title}} @if($category->subcats->count() > 0) @endif

@endforeach
@endsection @push('js') @endpush