{{--
@include('customer.projects.components.edit-icon-info', ['input_title' => 'Project Title'])
OBJECTIVE
Choose the type of content which is more correlated with the objective
TARGET
LENGTH
{{$metas[getVideoFormName('length')]->value ?? 'N/A'}}
RESOLUTION
{{$metas[getVideoFormName('resolution')]->value ?? 'N/A'}}
FORMAT FILE
ASPECT RATIO
{{$metas[getVideoFormName('aspect_ratio')]->value ?? 'N/A'}}
ORIENTATION @if(isset($metas[getVideoFormName('orientation')]) && count($metas[getVideoFormName('orientation')]->decoded_value) > 0)
{{$metas[getVideoFormName('orientation')]->decoded_value[0] ?? 'N/A'}}
@else
{{$metas[getVideoFormName('orientation')]->value ?? 'N/A'}}
@endif
Animation @if(isset($metas[getVideoFormName('animation')]) && count($metas[getVideoFormName('animation')]->decoded_value) > 0)
{{$metas[getVideoFormName('animation')]->decoded_value[0] ?? 'N/A'}}
@else
{{$metas[getVideoFormName('animation')]->value ?? 'N/A'}}
@endif
Color grading
{{$metas[getVideoFormName('color_grading')]->value ?? 'N/A'}}
Include our company's logo throughout the video
{{$metas[getVideoFormName('include_company_logo')]->value ?? 'N/A'}}
Add background music
{{$metas[getVideoFormName('background_music')]->value ?? 'N/A'}}
Add subtitles
{{$metas[getVideoFormName('subtitle')]->value ?? 'N/A'}}
DEADLINE
{{$metas[getVideoFormName('deadline')]->value ?? 'N/A'}}
@include('customer.projects.components.edit-icon-info', ['input_title' => 'Additional Info'])
@if(isset($metas[getVideoFormName('tell_us_more')]) && $metas[getVideoFormName('tell_us_more')]->value)
Tell us more: ( provide additional information about your target audience)
@endif

Attachments

@if(!isAnonymousUser()) +

Add attachments

@endif @php $AllMedia = $metas['project_media']->media ?? []; if($currentProject->is_duplicate){ $AllMedia = $duplicateFiles; } @endphp @include('customer.projects.components.info-image-section', ['AllMedia' => $AllMedia, 'currentProject' => $currentProject])
--}}

Summary

Edit
Project Title

{{$metas['project_title']->value ?? 'N/A'}}

OBJECTIVE

@foreach ($metas[getVideoFormName('objectives')]->decoded_value ?? [] as $key => $value) {{ $value ?? '' }}@if(!$loop->last),@endif @endforeach

Brand Profile

{{$metas['brand_profile']->brand_profile_name ?? ''}}

Type of content which is more correlated

@foreach ($metas[getVideoFormName('type_of_content')]->decoded_value ?? [] as $key => $value) {{ $value ?? '' }}@if(!$loop->last),@endif @endforeach

Target

@foreach ($metas[getVideoFormName('target_audience')]->decoded_value ?? [] as $key => $value) {{ $value ?? '' }}@if(!$loop->last),@endif @endforeach

LENGTH

{{$metas[getVideoFormName('length')]->value ?? ''}}

RESOLUTION

{{$metas[getVideoFormName('resolution')]->value ?? ''}}

FORMAT FILE

{{$metas[getVideoFormName('format')]->value ?? ''}}

ASPECT RATIO

{{$metas[getVideoFormName('aspect_ratio')]->value ?? ''}}

ORIENTATION @if(isset($metas[getVideoFormName('orientation')]) && count($metas[getVideoFormName('orientation')]->decoded_value) > 0)

{{$metas[getVideoFormName('orientation')]->decoded_value[0] ?? 'N/A'}}

@else

{{$metas[getVideoFormName('orientation')]->value ?? 'N/A'}}

@endif
Animation @if(isset($metas[getVideoFormName('animation')]) && count($metas[getVideoFormName('animation')]->decoded_value) > 0)

{{$metas[getVideoFormName('animation')]->decoded_value[0] ?? 'N/A'}}

@else

{{$metas[getVideoFormName('animation')]->value ?? 'N/A'}}

@endif
Color grading

{{$metas[getVideoFormName('color_grading')]->value ?? ''}}

Add subtitles

{{$metas[getVideoFormName('subtitle')]->value ?? ''}}

{{--
Include our company's logo throughout the video

{{$metas[getVideoFormName('include_company_logo')]->value ?? ''}}

--}}
Include our company's logo throughout the video

{{$metas[getVideoFormName('include_company_logo')]->value ?? ''}}

Background music

{{$metas[getVideoFormName('background_music')]->value ?? ''}}

Deadline

{{$metas[getVideoFormName('deadline')]->value ?? ''}}

Additional Info

{!! $metas[getVideoFormName('additional_info')]->value ?? '' !!}

Tell us more: ( provide additional information about your target audience)

{{$metas[getVideoFormName('tell_us_more')]->value ?? ''}}

@php $AllMedia = $metas['project_media']->media ?? []; if($currentProject->is_duplicate){ $AllMedia = $duplicateFiles; } $getAllCount = count($AllMedia); @endphp

Attachments ({{$getAllCount ?? 0}})

Download @if(!isAnonymousUser()) +Add @endif
{{-- @php $AllMedia = $metas['project_media']->media ?? []; if($currentProject->is_duplicate){ $AllMedia = $duplicateFiles; } @endphp --}} @include('customer.projects.components.info-image-section', ['AllMedia' => $AllMedia, 'currentProject' => $metas['project_media'] ?? []]) @include('customer.projects.components.info-image-section', ['AllMedia' => $oldImages, 'currentProject' => $metas['project_media'] ?? [], 'img_type' => 'old_images'])