@if(isset($contents[$title]))

{{ $contents[$title]->title }}

{{ $contents[$title]->description }}

@if (!empty($contents[$title]->tag)) @php($tags = explode('|', $contents[$title]->tag)) @foreach ($tags as $tag) {{ $tag }} @endforeach @endif
@endif