@extends('mail.layout') @section('header')

Extra Special News! 🧸✨

@endsection @section('content') {!! $campaign->content !!} @if($campaign->attachments && count($campaign->attachments) > 0)
πŸ“Ž There are attachments in this email for you to enjoy.
@endif

With love from the {{ \App\Models\Setting::get('brand_name', 'Baby Bloom') }} team.

@endsection