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

{{ $matter->title}}

{{ $matter->organizationName->name}}

@switch($matter->type) @case('tarh') {{ __('matter.type.tarh') }} @break @case('technical') {{ __('matter.type.technical') }} @break @case('commission') {{ __('matter.type.commission') }} @break @default @endswitch

@switch($matter->status) @case('pending') {{ __('matter.status.pending') }} @break @case('inprogress') {{ __('matter.status.inprogress') }} @break @case('complete') {{ __('matter.status.complete') }} @break @case('archive') {{ __('matter.status.archive') }} @break @default @endswitch


{{ $matter->description}}


@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') }}
@endsection @section('js') @endsection