@extends('layouts.master') @section('content')
{{----}}
OUVIDORIA MUNICIPAL

{{ $type->name }}

Selecione o destino

@foreach(\App\Models\Secretariat::all() as $to) {{ $to->name }} @endforeach
@endsection