@extends('layouts.shop') @section('content')
@include('component.productOverview.productImageGallery', ['product_id' => $product_id])
@include('component.productOverview.productInfo',['product_id' => $product_id])
@include('component.productOverview.productDescription',['product_id' => $product_id])
@include('component.productOverview.relatedProducts',['product_id' => $product_id])
@endsection @push('styles') @endpush @push('scripts') @endpush