@extends($_layout . 'master') @section('title', $page_title) @include($_lib . 'register-meta') @section('body.class', 'product-page') @section('content')
@include($_template . 'page-header', [ 'title' => $page_title, // 'sub_title' => isset($category) && $category->description ? $category->description : $dynamic->description, ]) @php // $tabs = get_product_page_tabs(); $t = $tab ?? 'all'; @endphp
@include($_current . 'templates.tabs', ['tab' => $t]) @if ($t == 'all')
{!! $html->product_banners->components !!}
@endif
Không tìm thấy kết quả phù hợp!
@endsection