@extends('layouts.user_type.auth') @section('content')
@foreach ($cards as $card)
{{$card->title}}

{{$card->summary}}

Acessar

Leituras: @if($card->read) {{count($card->read)}} @else 0 @endif

Criado em: {{\Carbon\Carbon::parse($card->created_at)->format('d/m/Y')}}

@endforeach
@endsection @push('dashboard') @endpush