{{ $title }}
@if ($text_pre_brand_page)
{!! $text_pre_brand_page !!}
@endif
% OF BRAND PAGE CUSTOMIZATION
EVALUATED ASSET
Full
Partial
NO
@foreach ($info['customization'] as $pageT => $perc)
{{ $pageT }}
{{ $perc['perc']['Full'] }}%
{{ $perc['perc']['Partial'] }}%
{{ $perc['perc']['NO'] }}%
@endforeach
@foreach ($info['websites_customization']['websites'] as $key => $row)
Customization - {{ $key }}
@php $row = array_unique($row); @endphp @foreach ($row as $website)
{{ $website }}
@endforeach
@endforeach