@extends('common::prerender.base')
@section('head')
@include('seo.hc-search-page.seo-tags')
@endsection
@section('body')
@foreach($pagination as $article)
@if($article['path'])
@foreach($article['path'] as $item)
{{$item['name']}}
/
@endforeach
@endif
@endforeach
@endsection