{{ Form::label_title('Collect Offers') }}
{{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => 'Lightbox', 'name' => 'lightbox', 'is_on' => !is_null($collect->lightbox_promo), 'is_read_only' => true ]) @if (!is_null($collect->lightbox_promo)) @include('brand.intake._collect_offer', ['promo' => $lightbox]) @endif {{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => 'Rewards Program', 'name' =>'rewards', 'is_on' => !is_null($collect->rewards_promo), 'is_read_only' => true ]) @if (!is_null($collect->rewards_promo)) @include('brand.intake._collect_offer', ['promo' => $reward]) @endif {{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => 'Email Newsletter Signup Promotion', 'name' =>'email_signup', 'is_on' => !is_null($collect->email_signup_promo), 'is_read_only' => true ]) @if (!is_null($collect->email_signup_promo)) @include('brand.intake._collect_offer', ['promo' => $email]) @endif {{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => '"Fish Bowl" Promotion', 'name' =>'fishbowl', 'is_on' => !is_null($collect->fishbowl_promo), 'is_read_only' => true ]) @if (!is_null($collect->fishbowl_promo)) @include('brand.intake._collect_offer', ['promo' => $fishbowl]) @endif {{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::button_link('EDIT', action('BusinessIntakeController@collect_offers_edit', [$business->business,$intake->business_intake])) }}