@extends('layouts.meeting') @section('content-meeting')

LISTA DE PRESENÇA

{!! $meeting->SessionType->name !!}

Sessão Nº: {!! $meeting->number !!}

Data: {!! $meeting->date_start !!}


VEREADORES

SELECIONAR TODOS
{!! Form::token() !!}
@foreach ($assemblyman as $item) @php $video = \App\Models\Video::where('assemblyman_id', $item->id)->first(); @endphp

meeting()->where('meeting_id', $meeting->id)->first()) checked @endif style="margin-right:5px;"> {{ mb_strtoupper($item->short_name) }}

{{ $item->responsibility_assemblyman->last()->responsibility->name }}
@if ($video && $video->meeting_id == $meeting->id) @endif
@endforeach

{{-- Modal --}} @endsection