@extends('layouts.admin') @section('title', 'Admin Dashboard · Cavendral Beta') @section('admin_content')
| Projeto | Versão | Pendentes | Status |
|---|---|---|---|
| {{ $p->name }} | v{{ $p->current_version ?? '—' }} | {{ $p->feedbacks_count }} | {{ $p->status }} |
| Nenhum projeto. | |||
Sem registros.
@endforelse