@if(!empty($health) && (!$health['ok']))
Marketing Centre setup is not fully complete.
@if(!empty($health['missing_tables']))
Missing tables: {{ implode(', ', $health['missing_tables']) }}
@endif @if(!empty($health['missing_columns']))
Missing columns: {{ implode(', ', $health['missing_columns']) }}
@endif
Run the included installer before using the advanced sections.
@endif