@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->report_title }}

الحالة: @include('superadmin.proactive-extra.partials.badge', ['value'=>$item->status, 'kind'=>'report']) التاريخ: {{ $item->report_date ?? '—' }}
@if($item->summary)

{{ $item->summary }}

@endif
{{-- ACTIONS --}}
إدارة التقرير
Control
تعديل رجوع
@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
{{-- CONTENT --}}

ماذا حدث؟

{{ $item->what_happened ?? '—' }}

قبل / بعد

قبل
{{ $item->before_state ?? '—' }}
بعد
{{ $item->after_state ?? '—' }}

مين دعانا؟

{{ $item->invited_people ?? '—' }}

مين اهتم؟

{{ $item->interested_people ?? '—' }}
@endsection