File: /home/parsata2/.trash/sandwich-panel-price.php
<?php
/* Template Name: Sandwich Panel Price */
get_header();
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/sandwich-panel-price-title.php';
include get_template_directory() . '/template-parts/breadcrumb.php';
include get_template_directory() . '/template-parts/partial/about-us/about-description.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-types.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-info.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-info-2.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-price.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-info-3.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-info-4.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/price-list.php';
include get_template_directory() . '/template-parts/partial/sandwich-panel-price/panel-gallery.php';
get_footer();