@if (is_array($tags)) @foreach ($tags as $tag)
{{ $tag }}
@endforeach @else @foreach (explode(',', $tags) as $tag)
{{ $tag }}
@endforeach @endif