Sede
@if (@$sede)
@can('manifiesto.view')
@endcan
@endif
@if (@$invitados)
@foreach ($invitados as $item)
@php
if (@$acompanantes) {
foreach ($acompanantes as $key) {
if ($key->id == $item->acompanante) {
$acompanante = $key;
break;
}
}
}
@endphp
@if ($acompanante)
@else
@endif
@endforeach
@endif
{{ $invitados->links() }}