{!! Form::model($intake, ['url' => action('BusinessIntakeController@post_collect_offers', compact('business', 'intake')), 'class' => 'intake_form', 'data-section' => 'collect_offers']) !!}
{{ Form::label_title('Collect Offers') }}
{{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => 'Lightbox', 'name' =>'lightbox_switch', 'is_on' => !is_null($collect->lightbox_promo), 'is_read_only' => false ]) @include('brand.intake._collect_offer_edit', ['id' => 'lightbox', 'promo' => $lightbox]) {{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => 'Rewards Program', 'name' =>'rewards_switch', 'is_on' => !is_null($collect->rewards_promo), 'is_read_only' => false ]) @include('brand.intake._collect_offer_edit', ['id' => 'rewards', 'promo' => $reward]) {{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => 'Email Newsletter Signup Promotion', 'name' =>'email_signup_switch', 'is_on' => !is_null($collect->email_signup_promo), 'is_read_only' => false ]) @include('brand.intake._collect_offer_edit', ['id' => 'email_signup', 'promo' => $email]) {{ Form::separator_row('grey-divider thin-divider') }} @include('brand.intake._collect_title', ['title' => '"Fish Bowl" Promotion', 'name' =>'fishbowl_switch', 'is_on' => !is_null($collect->fishbowl_promo), 'is_read_only' => false ]) @include('brand.intake._collect_offer_edit', ['id' => 'fishbowl', 'promo' => $fishbowl]) {{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::button_save() }} {{ Form::button_link('Cancel', action('BusinessIntakeController@collect_offers', [$business->business,$intake->business_intake])) }}
{!! Form::close() !!}