@extends('layouts.superadmin') @section('title','ProActive Extra — تفاصيل ملاحظة') @section('content')
@include('superadmin.proactive-extra.partials.flash') @include('superadmin.proactive-extra.partials.errors') {{-- HERO --}}
ملاحظة #{{ $item->id }}

{{ $item->note_title }}

@include('superadmin.proactive-extra.partials.badge', ['value'=>$item->note_status, 'kind'=>'note']) @include('superadmin.proactive-extra.partials.badge', ['value'=>$item->priority, 'kind'=>'priority']) مُسندة إلى: {{ $item->assigned_to_name ?? '—' }}
{{ $item->note_body }}
{{-- ACTIONS --}}
إدارة الملاحظة
Control
{{-- QUICK STATUS --}}
@csrf
@csrf
@csrf
@csrf
{{-- ASSIGN --}}
@csrf
@csrf @method('DELETE')
المنشئ: {{ $item->created_by_name ?? ('User#'.$item->created_by) }}
{{-- LINKS --}}
Group
@if($item->group_id) #{{ $item->group_id }} • {{ $item->group_title ?? '—' }} @else — @endif
Alliance
Campaign
Event
@if($item->event_id) #{{ $item->event_id }} • {{ $item->event_title ?? '—' }} @else — @endif
@endsection