@php // Title & Description $ogTitle = trim(View::yieldContent('title')) ?: 'LVT GLOBAL'; $ogDescription = trim(View::yieldContent('meta_description')) ?: 'Hệ thống quản lý LVT'; $ogUrl = url()->current(); // Luôn dùng ảnh raster chuẩn 1200x630 $ogImage = asset('svg_layout/logo_icon.jpg') . '?v=' . time(); @endphp
@include('components.toast')