@php
// Check if $agendaMatter is not null and has the organizations property
$selectedOrganizations = !empty($agendaMatter) && !empty($agendaMatter->organizations) ? json_decode($agendaMatter->organizations) : [];
@endphp
{{ __('global.required') }}
{{ __('global.required') }}
{{ __('global.required') }}