@extends(config('app.layout').'.layouts.web') @section('title', $product['name']) @section('content') @include_layout('product.detail',['product' => $product]) @endsection @section('tags_meta') @endsection @section('js') @include_layout('product.detail_info_js',['product' => $product]) @endsection