@extends("landingpage::themes.{$activeTheme}.layouts.app") @section('meta_title', $pageTitle ?? 'Our Portfolio') @section('meta_description', $metaDescription ?? 'Discover the innovative projects by DigitalVocano.') @section('content')
{{ $metaDescription }}
@endif{{ Str::limit($dvProject->short_description ?? 'An innovative project by DigitalVocano.', 120) }}
Our portfolio is currently being updated. Please check back soon!
@endif