@extends('layouts.master') @section('page_title', 'Design Summary') @section('content') @include('shared._brand_menu_3rd_all_active') {!! Form::open(['url' => action('DesignPackageController@review', compact('dp', 'business'))]) !!}

Design Summary

{{$business->company}}

@if (isset($business_location->address_1)) {{$business_location->address_1}}, @endif @if (isset($business_location->address_2) && strlen($business_location->address_2)>0) {{$business_location->address_2}}, @endif @if (isset($business_location->city)) {{$business_location->city}}, @endif @if (isset($business_location->state)) {{$business_location->state}} @endif @if (isset($business_location->postal)) {{$business_location->postal}} @endif
@if (isset($business_location->phone_1)) {{$business_location->phone_1}}
@endif
@if (isset($business->email)) {{$business->email}}
@endif
@if (isset($business->website)) {{$business->website}}
@endif

@if (isset($business_user)) {{$business_user->first_name}} {{$business_user->last_name}}
@endif
@if (isset($business_user)) {{$business_user->email}}
@endif
@if (isset($business_user)) {{$business_user->cell_phone}}
@endif
@if(\Gate::allows(\App\Providers\AuthServiceProvider::SUPER_ADMIN)) is_complete ? null : 'hidden' }} > @else is_complete ? null : 'hidden' }} > @endif
{{--@include('brand._review')--}}
STYLES
is_complete ? null : 'hidden' }} >
@foreach ($existing_styles as $style)
url") }}');">
@endforeach
PHOTOS
is_complete ? null : 'hidden' }} >
@foreach ($existing_images as $image)
url") }}');">
@endforeach
TEXTURES
is_complete ? null : 'hidden' }} >
@foreach ($existing_textures as $texture)
url") }}');">
@endforeach
PATTERNS
is_complete ? null : 'hidden' }} >
@foreach ($existing_patterns as $pattern)
url") }}');">
@endforeach
WORDS THAT DESCRIBE HOW I WANT PEOPLE TO FEEL AFTER SEEING MY WEBSITE
@foreach ($website_words as $word)
{{$word->website_word_name}}
@endforeach @if (!empty($dp->custom_website_words))
{{$dp->custom_website_words}}
@endif
is_complete ? null : 'hidden' }} >
LAYOUT
is_complete ? null : 'hidden' }} >
@foreach ($existing_layouts as $layout)
url") }}');">
@endforeach
COLORS
is_complete ? null : 'hidden' }} >
@foreach ($existing_colors as $color)
url") }}');">
@endforeach
ICONS
is_complete ? null : 'hidden' }} >
@foreach ($existing_icons as $icon)
url") }}');">
@endforeach
AD STYLES
is_complete ? null : 'hidden' }} >
    @foreach ($existing_ad_styles as $eas)
  • @endforeach
@if ((\Gate::allows(\App\Providers\AuthServiceProvider::SUPER_ADMIN)) && (($dp->is_complete)))   @endif @if($dp->dp_status === \App\Models\Design_Package::DESIGN_PACKAGE_STATUS_SUMMARY) @endif
 
{!! Form::close() !!} @endsection @section('page_script') @endsection @section('page_style') @endsection