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

{{$cd->summary}}

{!!$cd->description!!}


Leituras: {{count($cd->read)}}

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

@endforeach
Outros Informativos
@foreach ($othersCards as $otherCd)
{{$otherCd->title}}

{{$otherCd->summary}}

Ler Informativo

Leituras: {{count($otherCd->read)}}

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

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