@extends('lay.dnekcab.retsam') @section('title') {{ $page_title }} @endsection @section('page-content')
@csrf
{{ __('global.required') }}
{{ __('global.required') }}


    @if($agenda->matters)
      @foreach($agenda->matters as $matters)
    • {{ $matters->matterName->title }}
      @php $selectedOrganizations = json_decode($matters->organizations); // Decode the JSON into an array @endphp {{ __('global.minute') }}
    • @endforeach
    @endif
    @endsection @section('js') @endsection