@extends('dashboard._theme_dashboard') @section('content')
Departamentos
@foreach($departments as $item) @endforeach
Nome
Cor Ref.
Abreviação
Nº Colaboradores
{{$item->Departamento}}
{{$item->users_count}}
@csrf @endsection @section('customJS') @endsection