@php $tagname = request()->segment(2) @endphp @foreach ($blogTag as $tag)

{{ $tag['name'] }}

@endforeach