@extends('layouts.master') @section('bodyclass') @endsection @section('content')
Loading...
Loading...
Loading...
@forelse($tags as $tag)
{{ $tag->name }}

{{ str_limit($tag->title, 70) }}

{{ $tag->name }}

@empty
@lang('messages.nocat')
@endforelse
@endsection @section('extra')

{{ $tags->links() }}
@endsection