@if ($gallery->title)
{{ $gallery->title }}
@endif @if ($gallery->content)
{{ \Illuminate\Support\Str::limit(strip_tags($gallery->content), 80) }}
@endif