@extends('layouts.voting_master') @section('Breadcrumbs') {!! Breadcrumbs::render('meetings.show') !!} @endsection @section('content') @php $tenantId = function_exists('tenant') && tenant() ? (string) tenant('id') : null; $socketServerUrl = config('services.socket_io.client_url'); @endphp