@extends('layouts.app') @section('title', 'Thanks đã gửi') @section('content')
{{-- Hero Section – same look as dashboard --}}

📨 Thanks đã gửi

Các lời cảm ơn bạn đã gửi tới đồng nghiệp.

{{-- Summary Card – simple total count --}}
{{-- Cards List – use simple styled cards --}} @if (!empty($cards) && $cards->count())
@foreach ($cards as $c)
Gửi tới: {{ $c->receiver ?? '---' }} {{ \Carbon\Carbon::parse($c->date)->format('d/m/Y') }}

{{ $c->sent }} thẻ

@endforeach
@else @endif
@endsection