@if(count($metaTags))
Meta Tags
| Name | Content |
@foreach($metaTags as $name => $content)
@if(is_array($content))
@foreach($content as $c)
| {{ $c }} |
@endforeach
@else
| {{ $name }} |
{{ $content }} |
@endif
@endforeach
@endif
@if(count($logoUrls))
Logos
@foreach($logoUrls as $src)
{{ $src }}
@endforeach
@endif
@if($brandColor)
Brand Color
@endif