@extends('layouts.user_type.auth') @if ($art->function == 'qrcodetwo' || $art->function == 'qrcodetwobf') @endif @section('content')
{{ $art->summary }}
{!! $art->description !!}
Acessos: {{ count($art->read) }}
Downloads: {{ count($art->download) }}
Criado em: {{ \Carbon\Carbon::parse($art->created_at)->format('d/m/Y') }}
{{ $otherArt->summary }}
Leituras: {{ count($otherArt->download) }}
Criado em: {{ \Carbon\Carbon::parse($otherArt->created_at)->format('d/m/Y') }}