@extends('admin/layout') @section('header') @endsection @section('content')
@php $count=0; @endphp @foreach($typeLinks as $type=>$links) @php $count++; @endphp @endforeach
@endsection @section('footer') @endsection