/home/techb158/immovalet.com/platform/plugins/blog/resources/views/themes
NameSizeModeActions
templates/-0755rm
category.blade.php11040644editdlrm
loop.blade.php4580644editdlrm
post.blade.php14030644editdlrm
tag.blade.php13050644editdlrm
Edit: /home/techb158/immovalet.com/platform/plugins/blog/resources/views/themes/tag.blade.php (1305B)

{{ $tag->name }}

{!! Theme::breadcrumb()->render() !!}
@if ($posts->count() > 0) @foreach ($posts as $post) @endforeach
{!! $posts->links() !!}
@else

{{ __('There is no data to display!') }}

@endif