@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