@extends('layouts.superadmin') @section('content')
✅ Recommendations
@forelse($recs as $r)
{{ $r->title }}
Signal #{{ $r->signal_id }} • {{ strtoupper($r->priority) }} • {{ $r->status }}
@if($r->status === 'open')
@csrf
@endif
{{ $r->steps }}
@empty
لا يوجد Recommendations بعد.
@endforelse
{{ $recs->links() }}
@endsection