|
|
|||||
| Site Content Plan | |||||
| General Info | |||||
| Business Name | {{ $business->company }} | ||||
| Sales Person | {{ $sales }} | ||||
| Existing Site | {!! \App\Helpers\Helper::make_outside_link($business->website) !!} | ||||
| boomtime site | {!! \App\Helpers\Helper::make_outside_link($website_request->production_url) !!} | ||||
| Intake Recordings |
@foreach($business->_business_recording as $recording)
{!! \App\Helpers\Helper::make_outside_link($recording->path, $recording->name) !!}
@if(!$loop->last)
@endif @endforeach |
||||
| Asset Folder | {!! \App\Helpers\Helper::make_outside_link($business->dropbox_link) !!} | ||||
| Resource Information - Sites |
@foreach($website_request->resource_sites_array as $resource_site_url)
{!! \App\Helpers\Helper::make_outside_link($resource_site_url) !!}
@if(!$loop->last)
@endif @endforeach |
||||
| Number of Content Pieces |  {{ $module_count }} | ||||
| Voice | {{ $website_request->diction_tones }} | ||||
| #1 - Brand Brief -MC | |||||
| What is the target demographic? | {{ $website_request->target_demographic_label }} | ||||
| What is the age group | {{ $website_request->age_group_label }} | ||||
| What is the overall look and feel of the site? | {{ $website_request->look_feel_label }} | ||||
| Brand Keywords | {{ $website_request->brand_keywords }} | ||||
| #2 - Site Content Plan -MC | |||||
| {{ $module->name }} | |||||
| #4 - Navigation Plan -MC | |||||
| {{ $website_nav->nav_name }} | |||||
| Menu Name | {{ $website_nav->nav_name }} | ||||
| #5 - Wireframe | |||||
| @if ($website_request->wireframe) {!! Html::image($website_request->wireframe) !!} @endif | |||||