feat: kariyer formu, mobil offcanvas menu ve blog modulu iyilestirmeleri

This commit is contained in:
Muhammet Güler
2026-03-10 18:50:23 +03:00
parent f4f601a492
commit 4924cb0dc8
25 changed files with 1220 additions and 182 deletions
@@ -66,6 +66,7 @@ class ProductController extends Controller
$meta = [
'title' => $product->translate('title'),
'description' => \Str::limit(strip_tags($product->translate('content')), 160),
'image' => $product->hero_image ? asset('storage/' . $product->hero_image) : null,
];
// Use custom view template if specified