{{-- SEO Meta Tags Component --}} {{-- Basic Meta Tags --}} {{ $meta['title'] }} @if(!empty($meta['keywords'])) @endif {{-- Canonical URL --}} {{-- Open Graph Tags (Facebook, LinkedIn, etc.) --}} @foreach($openGraph as $property => $content) @endforeach {{-- Twitter Card Tags --}} @foreach($twitterCard as $name => $content) @endforeach {{-- Structured Data (Schema.org JSON-LD) --}} @if($schema) @endif {{-- Additional SEO Tags --}} {{-- Favicon and App Icons (add your own paths) --}}