REDROOM
PHP 8.2.32
Path:
Logout
Edit File
Size: 4.82 KB
Close
/home/ecopackply/www/demo/app/Views/enquiry.php
Text
Base64
<style> .enquiry-page{ padding:70px 8%; background:#ffffff; font-family:'Poppins', sans-serif; } .enquiry-box{ background:#f9fafb; border-radius:18px; box-shadow:0 12px 30px rgba(0,0,0,0.08); } .product-preview{ background:#ffffff; border-radius:16px; padding:20px; box-shadow:0 8px 22px rgba(0,0,0,0.06); margin-bottom:30px; } .product-preview img{ width:100%; border-radius:12px; margin-bottom:15px; } .product-preview h4{ font-size:20px; font-weight:600; margin-bottom:10px; } .product-specs{ list-style:none; padding:0; margin:0; font-size:14px; } .product-specs li{ display:flex; justify-content:space-between; padding:6px 0; border-bottom:1px dashed #e5e7eb; } .enquiry-form{ background:#ffffff; border-radius:16px; padding:30px; box-shadow:0 8px 22px rgba(0,0,0,0.06); } .btn-enquiry{ background:#111827; color:#fff; padding:12px; width:100%; border:none; border-radius:10px; font-weight:500; } .btn-enquiry:hover{ background:#92400e; } </style> <section class="enquiry-page"> <div class="container"> <div class="row g-5 enquiry-box"> <!-- PRODUCT INFO --> <div class="col-md-5"> <div class="product-preview"> <img src="<?= base_url('uploads/products/'.$product['productPhoto']) ?>" alt="<?= esc($product['productName']) ?>"> <h4><?= esc($product['productName']) ?></h4> <ul class="product-specs"> <li><span>Size</span><?= esc($product['productSize']) ?></li> <li><span>Thickness</span><?= esc($product['productThicknes']) ?></li> <li><span>Face Veneer</span><?= esc($product['productFaceVeneer']) ?></li> <li><span>Resin</span><?= esc($product['productResin']) ?></li> <li><span>Grade</span><?= esc($product['productGrade']) ?></li> </ul> </div> </div> <!-- FORM --> <div class="col-md-7"> <div class="enquiry-form"> <h3 class="mb-3">Product Enquiry</h3> <?php if(session()->getFlashdata('success')): ?> <div class="alert alert-success"> <?= session()->getFlashdata('success') ?> </div> <?php endif; ?> <?php if(session()->getFlashdata('errors')): ?> <div class="alert alert-danger"> <ul class="mb-0"> <?php foreach(session()->getFlashdata('errors') as $error): ?> <li><?= esc($error) ?></li> <?php endforeach; ?> </ul> </div> <?php endif; ?> <form method="post" action="<?= base_url('product-enquiry/create') ?>"> <?= csrf_field() ?> <input type="hidden" name="productID" value="<?= esc($product['ID']) ?>"> <div class="row"> <div class="col-md-6 mb-3"> <input type="text" name="name" class="form-control" placeholder="Your Name" value="<?= old('name') ?>"> </div> <div class="col-md-6 mb-3"> <input type="number" name="mobile" class="form-control" placeholder="Mobile Number" value="<?= old('mobile') ?>"> </div> </div> <div class="mb-3"> <input type="email" name="email" class="form-control" placeholder="Email Address" value="<?= old('email') ?>"> </div> <div class="mb-3"> <textarea name="message" class="form-control" rows="4" placeholder="Message"><?= old('message') ?></textarea> </div> <div class="mb-3"> <input type="text" name="address" class="form-control" placeholder="Address" value="<?= old('address') ?>"> </div> <button type="submit" class="btn-enquiry"> Send Enquiry </button> </form> </div> </div> </div> </div> </section>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
admin
DIR
-
drwxr-xr-x
2026-01-27 07:43:00
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
errors
DIR
-
drwxr-xr-x
2026-01-24 07:55:22
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
include
DIR
-
drwxr-xr-x
2026-01-24 07:54:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
aboutUs.php
4.80 KB
lrw-r--r--
2026-01-27 07:42:55
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
contact.php
7.25 KB
lrw-r--r--
2026-01-27 07:42:54
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
detail.php
5.23 KB
lrw-r--r--
2026-01-27 07:42:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
enquiry.php
4.82 KB
lrw-r--r--
2026-01-27 07:42:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
home.php
10.52 KB
lrw-r--r--
2026-01-27 07:42:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
infrastructure.php
5.65 KB
lrw-r--r--
2026-01-27 07:42:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
privacy.php
19.99 KB
lrw-r--r--
2026-01-27 07:42:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
shop.php
5.42 KB
lrw-r--r--
2026-01-27 07:42:59
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).