@extends('website.layout.app') @section('title', $blog->meta_title ?? 'Invinaa') @section('meta_keywords', $blog->meta_keyword ?? '') @section('meta_description', $blog->meta_description ?? '') @section('content') @php $setting = \App\Models\Setting::first(); @endphp
{{ \Illuminate\Support\Str::limit($recent->title, 45) }}
@endforeach @elseNo recent posts available.
@endifNo categories found.
@endif