@extends('site.layouts.app') @section('content')
{{--
--}}
    @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.filter_bar', ['categories' => $categories])
--}}
@include('site.inc.suppliers', ['data' => $data])
{{ $data->appends(Request::except(['_token']))->links('main-site.inc.pagination') }}
@endsection @section('script') @include('site.inc.checkbox', [ 'route' => route('suppliers.index'), ]) @endsection