@extends('layouts.app') {{-- Use your main layout file --}} {{-- Use the campaign title for the page title --}} @section('title', $campaign->title) @section('content') {{-- Back Navigation Link --}}
{{-- Main Content Container --}}
Created: {{ $campaign->created_at->format('M d, Y H:i') }}
({{ $campaign->created_at->diffForHumans() }})
Last Updated: {{ $campaign->updated_at->format('M d, Y H:i') }}
({{ $campaign->updated_at->diffForHumans() }})
{{ $campaign->shippingAddress->nickname }}
@endif {{-- Use div instead of to avoid default italics --}}No Shipping Address associated with this campaign. Set one now?
{{ $campaign->selectedEmailTemplate->name }}
Subject: {{ $campaign->selectedEmailTemplate->subject_template }}
Default system email will be used for receipts.
@endifNo products are currently associated with this campaign.
@endif