@extends('website.layout.app') @section('title', $blog->meta_title ?? 'Invinaa') @section('meta_keywords', $blog->meta_keyword ?? '') @section('meta_description', $blog->meta_description ?? '') @section('content')

News Details

Insights for your business growth

Blog Image

Mastering Startup Growth in 2025

{{ $news->name ?? '' }}
{{ \Carbon\Carbon::parse($news->date ?? now())->format('d M, Y') }}
{!! $news->description !!} {{--
--}}
Recent News
{{--
Categories
--}}
@include('website.testimonials-list') @include('website.request-quotes') @endsection