| {{
\App\Models\Design_Plan::$design_plan_type_map[$type] }} |
|
{{ isset( $export_directions[$type]) ? $export_directions[$type] :
"" }} |
@if ($type == \App\Models\Design_Plan::DESIGN_PLAN_TYPE_LAYOUT_THEME)
| Layout Type |
|
{{ $design_plan->layout_type_label}} |
@endif
@if ($design_direction)
| Design
Direction |
|
{{ $design_direction }} |
@endif
@if ($development_direction)
| Development
Direction |
|
{{ $development_direction }} |
@endif
@if ($type == \App\Models\Design_Plan::DESIGN_PLAN_TYPE_TYPOGRAPHY)
@foreach($design_plan->typography_array as $typography)
| {{
$typography['name'] }} |
|
@if ($typography['type'] == 'text')
{{ $typography['value'] }} |
@else
{{ $typography['value'] }} |
@endif
@endforeach
@else
@if(!$design_plan_links[$type]->isEmpty())
@foreach($design_plan_links[$type] as $item)
| {{
\App\Models\Design_Plan::$design_plan_type_map[$type] }} Link |
|
{!! \App\Helpers\Helper::make_outside_link($item['url']) !!} |
@endforeach
@endif
@if(!empty($business_design_package_review['selected_'.$type]))
| |
|
@foreach($business_design_package_review['selected_'.$type] as $item)
@if ($item['pivot']['selected'] == 1 )
{!! Html::image($item['url']) !!}
@endif
@endforeach
|
@endif
@endif
@if ($type == \App\Models\Design_Plan::DESIGN_PLAN_TYPE_LAYOUT_THEME)
| Impact Area |
|
{{ $design_plan->impact_area }} |
| Visual Flow |
|
{{ $design_plan->visual_flow }} |
| Structure |
|
{{ $design_plan->structure }} |
| Mockup Links: |
|
|
@foreach($mockup_links as $mockup_link)
|
|
Title - {{ $mockup_link->title }} |
URL - {!! \App\Helpers\Helper::make_outside_link($mockup_link->url) !!} |
@endforeach
@endif
| |