diff --git a/views/tour-details.ejs b/views/tour-details.ejs index b115db4435c71f2080c84347ff3b73c5ace79ad7..2a34d1197ae2983cf118a88d73e32ad37d6de9f3 100644 --- a/views/tour-details.ejs +++ b/views/tour-details.ejs @@ -17,7 +17,7 @@ <p><strong>คำอธิบาย:</strong> <%= tour.description %></p> <p><strong>ราคา:</strong> <%= tour.price %></p> <p><strong>ระยะเวลา:</strong> <%= tour.duration %></p> - <p><strong>บริษัท:</strong> <%= tour.company_name %></p> + <p><strong>บริษัท:</strong> <%= tour.cname %></p> <a href="/" class="btn-edit">ย้อนกลับ</a> </section>