@extends('front.template.master') @section('title', 'Insights - History | UnilinkIndia') @section('content') @foreach ($section as $s) {{ $s->name }} @endforeach @foreach ($section as $s) {{ $s->name }} @foreach ($sub_section as $ss) @if ($s->id == $ss->section_id) @if ($s->id == $ss->section_id) @php $count = 0; @endphp @if (count($knowledge) > 0) @foreach ($knowledge as $k) @if ($ss->id == $k->sub_section) @php $count++; @endphp @endif @endforeach @endif @endif {{ $ss->name }} {{ $count }} {{ $ss->description }} @endif @endforeach @foreach ($sub_section as $ss) @if ($s->id == $ss->section_id) @php $count = 0; @endphp @if (count($knowledge) > 0) @foreach ($knowledge as $k) @if ($ss->id == $k->sub_section) @php $count++; @endphp @endif @endforeach @endif {{ $ss->name }} - {{ $ss->description }} {{ $count }} @foreach ($knowledge as $k) @if ($ss->id == $k->sub_section) {{ $k->name }} {{ $k->description }} Read More.. @endif @endforeach @endif @endforeach @endforeach @endsection
{{ $ss->description }}
{{ $k->name }}