@extends('layouts.merge.site') @section('titulo', ' Conselho / Deliberações') @section('content')

Conselho / Deliberações

@foreach ($plenary as $item ) {{$item->name}}
@endforeach
@foreach ($commission as $item ) {{$item->name}}
@endforeach
@endsection