@extends('layouts.master') @section('page_title',$website_request->website_request_name) @section('content')
{{ Form::page_header($website_request->website_request_name, "hours") }}
@include('website._website_sidebar', compact('website_request'))
{{ Form::label_ex('Design Plan', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }} {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_ex('General', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }} {{ Form::row_label_inline('Overall Look & Feel', $website_request->look_feel_label, null, 3, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::label_styled('Impact Area', null, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, 3) }} {{ Form::textarea_styled('impact_area', $design_plan->impact_area, 'design-plan-textarea', true, 9) }} {{ Form::label_styled('Visual Flow', null, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, 3) }} {{ Form::textarea_styled('visual flow', $design_plan->visual_flow, 'design-plan-textarea', true, 9) }} {{ Form::label_styled('Structure', null, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, 3) }} {{ Form::textarea_styled('structure', $design_plan->structure, 'design-plan-textarea-divider', true, 9) }} {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_ex('Layout', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }} {{ Form::row_label_inline('Layout Choice', $design_plan->layout_type_label, null, 3, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->layout_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->layout_dev_direction, 'design-plan-textarea', true) }}
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_LAYOUT_THEME])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_LAYOUT_THEME] as $layout) {{ Form::image($layout['url'], 'customer image', ['class'=>'design_image'.($layout['pivot']['selected'] == 1 ? ' selected_image' : '')])}} @endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_LAYOUT_THEME] ) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_ex('Design Elements', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }}
{{ Form::label_title('Visual Archetype',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->archetype_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->archetype_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ARCHETYPE]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ARCHETYPE] as $archetype) @endforeach @endif
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ARCHETYPE])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ARCHETYPE] as $archetype)
{{ Form::image($archetype['url'], 'customer image', ['class'=>'design_image'.($archetype['pivot']['selected'] == 1 ? ' selected_image' : '')])}} {{ Form::label_title($archetype['visual_personality_source_name'],\App\Helpers\FormComponentHelper::SIZE_TINY) }}
@endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_ARCHETYPE] ) {{ Form::separator_row_bottom('grey-divider') }}
{{ Form::label_title('Color Palette',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->color_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->color_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_COLOR]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_COLOR] as $colors) @endforeach @endif
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_COLOR])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_COLOR] as $colors) {{ Form::image($colors['url'], 'customer image', ['class'=>'design_image'.($colors['pivot']['selected'] == 1 ? ' selected_image' : '')])}} @endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_COLOR] ) {{ Form::separator_row_bottom('grey-divider') }}
{{ Form::label_title('Photos',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->photo_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->photo_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PHOTOS]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PHOTOS] as $photos) @endforeach @endif
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PHOTOS])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PHOTOS] as $photos) {{ Form::image($photos['url'], 'customer image', ['class'=>'design_image'.($photos['pivot']['selected'] == 1 ? ' selected_image' : '')])}} @endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_PHOTOS] ) {{ Form::separator_row_bottom('grey-divider') }}
{{ Form::label_title('Icons',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->icon_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->icon_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ICONS]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ICONS] as $icons) @endforeach @endif
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ICONS])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_ICONS] as $icons) {{ Form::image($icons['url'], 'customer image', ['class'=>'design_image'.($icons['pivot']['selected'] == 1 ? ' selected_image' : '')])}} @endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_ICONS] ) {{ Form::separator_row_bottom('grey-divider') }}
{{ Form::label_title('Patterns',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->pattern_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->pattern_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PATTERNS]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PATTERNS] as $patterns) @endforeach @endif
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PATTERNS])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_PATTERNS] as $patterns) {{ Form::image($patterns['url'], 'customer image', ['class'=>'design_image'.($patterns['pivot']['selected'] == 1 ? ' selected_image' : '')])}} @endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_PATTERNS] ) {{ Form::separator_row_bottom('grey-divider') }}
{{ Form::label_title('Textures',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->texture_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->texture_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_TEXTURES]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_TEXTURES] as $textures) @endforeach @endif
{{ Form::label_title('CUSTOMER SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @if(!empty($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_TEXTURES])) @foreach($business_design_package_review['selected_'.\App\Models\Design_Plan::DESIGN_PLAN_TYPE_TEXTURES] as $textures) {{ Form::image($textures['url'], 'customer image', ['class'=>'design_image'.($textures['pivot']['selected'] == 1 ? ' selected_image' : '')])}} @endforeach @else {{ Form::image(null, 'customer image', ['class'=>'design_image'])}} @endif
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_TEXTURES] ) {{ Form::separator_row_bottom('grey-divider') }}
{{ Form::label_title('TYPOGRAPHY',\App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_title('DESIGN DIRECTION',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('design_direction', $design_plan->typography_design_direction, 'design-plan-textarea', true) }} {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->typography_dev_direction, 'design-plan-textarea', true) }} @if(!$design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_TYPOGRAPHY]->isEmpty()) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER LINKS',\App\Helpers\FormComponentHelper::SIZE_TINY) }} @foreach($design_plan_links[\App\Models\Design_Plan::DESIGN_PLAN_TYPE_TYPOGRAPHY] as $typography) @endforeach @endif
{{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_title('DESIGNER FONT SELECTIONS',\App\Helpers\FormComponentHelper::SIZE_TINY) }}
{{ Form::row_label_inline('Heading 1', $design_plan->heading_1, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_label_inline('Heading 2', $design_plan->heading_2, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_label_inline('Heading 3', $design_plan->heading_3, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_label_inline('Body Text', $design_plan->body_text, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_label_inline('Navigation', $design_plan->navigation, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_label_inline('Links', $design_plan->links, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }} {{ Form::row_label_inline('Link Hover', $design_plan->link_hover, null, 4, 7, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
@include('website._design_plan_feedback', ['plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_TYPOGRAPHY] ) {{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_ex('Inspiration Sites', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }}
@if(!empty($inspiration_sites)) @foreach($inspiration_sites as $key => $inspiration_site) @if($key > 0) {{ Form::separator_row_bottom('grey-divider') }} @endif
{{ Form::label_title('Link', \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::row_label_inline('Characteristic', $inspiration_site->characteristics, null, 3, 8, \App\Helpers\FormComponentHelper::SIZE_MEDIUM) }}
{{ Form::label_styled('Comments', null, \App\Helpers\FormComponentHelper::SIZE_MEDIUM, 3) }} {{ Form::textarea_styled('comments', $inspiration_site->comments, 'design-plan-textarea-divider', true, 9) }}
@endforeach @endif
{{ Form::separator_row_bottom('grey-divider') }} {{ Form::label_ex('Requested Features', \App\Helpers\FormComponentHelper::SIZE_EXLARGE) }}
@include('shared._website_functionality', ['title' => 'Features Requested', 'size' => \App\Helpers\FormComponentHelper::SIZE_LARGE]) {{ Form::label_title('DEVELOPER NOTES',\App\Helpers\FormComponentHelper::SIZE_TINY) }} {{ Form::textarea_styled('developer_notes', $design_plan->feature_dev_direction, 'design-plan-textarea', true) }}
@include('website._design_plan_feedback', ['filter' => 'features', 'plan_type' => \App\Models\Design_Plan::DESIGN_PLAN_TYPE_FEATURES] )
{{ Form::open(['url' => action('DesignPlanController@export_design_plan', compact('design_plan'))]) }}
{{ Form::button_save('Export design plan') }} @if(\App\Providers\AuthServiceProvider::user_has_permission([\App\Providers\AuthServiceProvider::CSMCCT,\App\Providers\AuthServiceProvider::GATE_DESIGN_MANAGER])) @if(is_null($website_request->design_status)) {{ Form::button_link('Complete Design Plan', null, 'complete-btn') }} @endif {{ Form::button_link('ACCEPT', null, 'accept-btn') }} @if(isset($nobusiness) && $nobusiness === true) {{ Form::button_link('Edit', action('DesignPlanController@edit_nobusiness', compact('design_plan', 'website_request', 'nobusiness'))) }} @else {{ Form::button_link('Edit', action('DesignPlanController@edit', compact('design_plan', 'business', 'website_request'))) }} @endif @endif
{{ Form::close() }}
@endsection @section('page_script') @include('shared_script._website_sidebar_script') @include('shared_script._list_manager') @endsection @section('page_style') @endsection