@extends('layouts.frontend.index') @section('content') All Departments Home Departments @foreach (App\Department::get()->take(12) as $key => $item) {{-- Details --}} {{-- {{ $item->name }} --}} {{ $item->name }} {{ $item->id }}Specialist Docotrs @endforeach @endsection