System Settings
@if($settings)
Cooldown {{ $settings->cooldown_hours }} hours
Reply Incoming {!! $settings->reply_to_incoming ? '' : '' !!}
Reply Missed {!! $settings->reply_to_missed ? '' : '' !!}
Reply Outgoing {!! $settings->reply_to_outgoing ? '' : '' !!}
Promo Incoming {!! $settings->promotion_on_incoming ? '' : '' !!}
Promo Missed {!! $settings->promotion_on_missed ? '' : '' !!}
Promo Outgoing {!! $settings->promotion_on_outgoing ? '' : '' !!}
@else

Using system default settings

@endif