@extends('frontend.layouts.app-blog') @section('page_title', $blog->seo_title) @section('description', $blog->seo_description) @section('keywords', $blog->seo_keyword ?? '') @section('tags', $blog->seo_tags ?? '') @section('content')
{{ Str::limit($view['name'], 100) }}