{{$info->title}}
{{-- {{$info->desc}}
--}}{!! nl2br($info->desc) !!}
@if($info->tags->isNotEmpty()) @foreach($info->tags as $tag)
{{$tag->name}}
@if($tag->path)
@foreach(explode(';', $tag->path) as $key => $path)
@endforeach
@endif
@endforeach
@endif
@endif
@endif