@extends('layouts.master') @section('page_title', 'Website Words') @section('content') @include('shared._brand_menu_3rd_active') {!! Form::open(['url' => action('DesignPackageController@post_website_words', compact('dp', 'business'))]) !!}
{!! Form::hidden('temp_selected_image',$temp_val ,['class' => 'temp_selected_image', 'id' => 'temp_selected_image']) !!}

Pick three of the words below that best describe what you want people to feel about your business when they've gone to your web site.

@foreach ($all_words as $word)

{!! Form::checkbox('website_words[]', $word->website_word, null, ['class' => 'brand-checkbox bg-fade', 'id' => 'website_words', 'data-id'=>$word->website_word]) !!}
@endforeach

{!! Form::textarea('custom_website_words', $dp->custom_website_words ,['class' => 'custom_website_words', 'id' => 'custom_website_words', 'rows'=>3]) !!}
@include('shared._dp_status_next_black')
{!! Form::close() !!} @endsection @section('page_script') @endsection @section('page_style') @endsection