@extends('layouts.client') @section('title') {{$title}} @endsection @section('content-clients')
@include('clients.blocks.categories')
@foreach($CategoryList as $category)
{{ $category->ten_danh_muc }}
{{ $category->ten_danh_muc }}
@foreach($category->CategoryChild as $categoryChild)

{{$categoryChild->ten_chuyen_muc}}

@endforeach
@endforeach
@endsection @section('stylesheet') @endsection