This commit is contained in:
f4ilji
2024-11-03 17:42:10 +05:00
parent 63e760872b
commit 03ff222263
71 changed files with 2916 additions and 2117 deletions
@@ -142,7 +142,10 @@ class ClientPostController extends Controller
} else {
$breadcrumbs = null;
}
return Inertia::render('Client/Posts/Show', compact('post', 'breadcrumbs'));
$seo = $post->seo;
return Inertia::render('Client/Posts/Show', compact('post', 'breadcrumbs', 'seo'));
}