@extends('dashboard._theme_dashboard') @section('content')
Setores
@foreach($sector as $item) @endforeach
Setor
{{$item->Setor}}
@endsection @section('customJS') @endsection