@extends('layouts.app') @section('content')
{{ $output }}
| Vista | Records | Azioni |
|---|---|---|
{{ $v['label'] }} {{ $v['view'] }} |
{{ $v['exists'] ? number_format($v['count']) : '—' }} | @if($v['exists'] && $v['count']>0) Apri @else Non disponibile @endif |