@extends('layouts.admin.app') @section('content')
{{$seo->url}}
{{Str::limit($seo->title,40, $end='...')}}
{{Str::limit($seo->description,40, $end='...')}}
{{Str::limit($seo->keywords,40, $end='...')}}
{{$seo->twitter_card}}
{{$seo->twitter_site}}
{{$seo->h1}}