@extends('layout.app')
@section('page-title', $productDetailsDto->title)
@section('meta_description', $productInfo['meta_description'])
@section('canonical-link')
@endsection
@if(PROD_ENV === true)
@section('tracking')
@if(!$GLOBALS['session']->admin)
@endif
@endsection
@endif
@section('after-css')
@endsection
@section('content')