@extends('layouts.app') @section('content')

Outbox

@if(session('success'))
{{ session('success') }}
@endif @if($postcards->isEmpty())

No CRES AI-generated postcards available for review.

@else
Postcard Queue
{{ $postcards->count() }} Postcards
@foreach($postcards as $postcard) @endforeach
Recipient Message Sender Actions
{{ $postcard->recipient }} {{ Str::limit($postcard->message, 50) }} RodeoAgent CRES AI
@csrf
Edit
@csrf @method('DELETE')
@endif
@endsection @push('styles') @endpush