@extends('site.layouts.app') @section('content') @include('site.inc.herosection')
    @foreach ($product_categories as $category)
  • {{ $category->name }}

    {{ $category->name }}
    @foreach ($category->active_sub_departments as $i => $sub_category) @if ($i % 6 == 0) @endif @endforeach
  • @endforeach
    @foreach ($service_categories as $category)
  • {{ $category->name }}

    {{ $category->name }}
    @foreach ($category->active_sub_departments as $i => $sub_category) @if ($i % 6 == 0) @endif @endforeach
  • @endforeach
@include('site.inc.suppliers', ['data' => $data])
@include('site.inc.principle') @include('site.inc.clients') @endsection