Invalid request: versions below 5.00 are deprecated. Version param should be passed as "v". "version" param is invalid and not supported. For more information go to https://vk.com/dev/version_update_2.0
$category = Category::whereSlug($slug)
->firstOrFail();
$translations = $category->translations()
->with('team')
->paginate(15);
return view('translation.index', compact('category', 'translations'));
<body>
<div class="container">regular container</div>
<div class="full-width">full width block</div>
<div class="container">regular container</div>
</body>
$table->unsignedBigInteger('user_id')->nullable(false);