@extends('adminlte::page') @section('title', 'Biblioteca diete') @section('content_header')
| Nome | Descrizione | Creato da | Visibilità | Stato | |
|---|---|---|---|---|---|
| {{ $template->nome }} | {{ Str::limit($template->descrizione, 60) ?: '–' }} | {{ $template->createdByUser->name ?? '–' }} | @if($template->pubblica) Pubblico @else Privato @endif | @if($template->is_attivo) Attivo @else Disattivo @endif | @if($template->created_by == auth()->id() || auth()->user()?->puoGestireBibliotecaDiete()) @else @endif |
| Nessun template in biblioteca. Creane uno. | |||||