@extends('welcome') @section('title', __('packs.seo_title', ['category' => $category->description() ?? __('packs.packs')])) @section('meta_description', __('packs.meta_description', ['category' => $category->description() ?? __('packs.packs')])) @section('content')
{{ __('packs.pack_60_info') }}
{{ __('packs.select_pack', ['category' => $category->description()]) }}
{{ __('packs.no_packs_message') }}
{{ __('packs.back_to_home') }}