File Manager Lite
Dir:
/home/codewavebd/public_html/storage/framework/views
Upload
[..]
0419c3b4397b677ba7ac1eda5123e17f.php (1.29 KB)
Edit
Rename
Del
068c18d520b27a8ff1423722b6312560.php (22.36 KB)
Edit
Rename
Del
0795cca15855983b141802e4fd89e461.php (4.39 KB)
Edit
Rename
Del
0e1be39358f755311010acf398697d60.php (2.08 KB)
Edit
Rename
Del
1462b7acf11f53ea5961d0454d7301ca.php (10.5 KB)
Edit
Rename
Del
15856b5c36f519621cce359f1a26e2d7.php (994 B)
Edit
Rename
Del
3b67635bef2fe6ed2e9c685916e15bc2.php (3.54 KB)
Edit
Rename
Del
3e1710ec4e21ac5493271cb2b5552cf7.php (2.85 KB)
Edit
Rename
Del
447a9b2c8727517da36054dd2c1b33d6.php (3.52 KB)
Edit
Rename
Del
47c170a650b461bf6a74b7d1e854c900.php (17.69 KB)
Edit
Rename
Del
515e1f03c298c659e9db197609ba08b1.php (6.12 KB)
Edit
Rename
Del
5b3a79cc21083b027681cdf0634241fb.php (400 B)
Edit
Rename
Del
5bb7d8b9703b48b12d173f6c99a49f2d.php (381 B)
Edit
Rename
Del
682bb4034c709b5879af96472a314fc7.php (639 B)
Edit
Rename
Del
688c94919a2fc26ad1abb77981d242f2.php (8.86 KB)
Edit
Rename
Del
756242eee78ae49f4422220d2464f45c.php (438 B)
Edit
Rename
Del
77c2877faeee3a03fd997e33de1023d2.php (9.4 KB)
Edit
Rename
Del
79a45d7d99dcbaccbdb78cf22b8e5609.php (9.65 KB)
Edit
Rename
Del
7e64786483d8195d55997bc40261bd4d.php (4.16 KB)
Edit
Rename
Del
866e2c7ac5e30bd257fc6fc609436265.php (31.52 KB)
Edit
Rename
Del
89098a8dad14253bcf8af2d780582679.php (10.75 KB)
Edit
Rename
Del
9013ad9555413658bddbd2c87c49fc2f.php (4.48 KB)
Edit
Rename
Del
94028580101043519a8504a8cf2b0892.php (10.07 KB)
Edit
Rename
Del
9dcc282f9339af30c47dc4137c473f69.php (8.87 KB)
Edit
Rename
Del
a9664f07548515009c37c65f764a4a82.php (3.91 KB)
Edit
Rename
Del
a9d5c1ecbb67907b49661e1272571daa.php (1.02 KB)
Edit
Rename
Del
b983cf898d4c3b2afe19f405796cd482.php (4.02 KB)
Edit
Rename
Del
be1e3f3b055d6c88ab57c2af7ec12e8b.php (30.91 KB)
Edit
Rename
Del
c23f28f2630b479d46f1d3d0c3746956.php (2.73 KB)
Edit
Rename
Del
c9cec9b4bcd4de27034c2c6796387677.php (539 B)
Edit
Rename
Del
caf541575eb0abd4baa0fad890f00979.php (7.3 KB)
Edit
Rename
Del
d0417fa560098e9ae4583d5383628327.php (10.14 KB)
Edit
Rename
Del
d8b8273e38d10585e0fdc0631e21ccf1.php (3.19 KB)
Edit
Rename
Del
db98352af20bff2623d3fe3d4aadd205.php (453 B)
Edit
Rename
Del
f3e7d0cccc04f872034d614e09e81b12.php (3 KB)
Edit
Rename
Del
f4773eb7d7bd3ec547726261dd37b967.php (4.47 KB)
Edit
Rename
Del
f9acbcec80f93d909aae9a145c283e31.php (908 B)
Edit
Rename
Del
fcf4612410c2e786704c97a2b4595548.php (1.81 KB)
Edit
Rename
Del
Edit: 77c2877faeee3a03fd997e33de1023d2.php
<?php $__env->startSection('seo_title', $service->seo_title ?? ($service->title . ' | CodeWave BD')); ?> <?php $__env->startSection('seo_description', $service->seo_meta_description ?? $service->short_description); ?> <?php $__env->startSection('seo_keywords', $service->seo_keywords); ?> <?php $__env->startSection('schemas'); ?> <!-- Breadcrumb Schema --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [{ "@type": "ListItem", "position": 1, "name": "Home", "item": "<?php echo e(url('/')); ?>" },{ "@type": "ListItem", "position": 2, "name": "Services", "item": "<?php echo e(url('/')); ?>#services" },{ "@type": "ListItem", "position": 3, "name": "<?php echo e($service->title); ?>", "item": "<?php echo e(request()->url()); ?>" }] } </script> <!-- FAQ Schema --> <?php if($faqs->count() > 0): ?> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ <?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> { "@type": "Question", "name": "<?php echo e($faq->question); ?>", "acceptedAnswer": { "@type": "Answer", "text": "<?php echo e(strip_tags($faq->answer)); ?>" } } <?php if(!$loop->last): ?>,<?php endif; ?> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> ] } </script> <?php endif; ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <!-- Case Study Hero --> <section class="case-study-hero"> <div class="container"> <div class="row"> <div class="col-lg-8"> <!-- Breadcrumbs --> <nav aria-label="breadcrumb" class="mb-4"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="<?php echo e(route('home')); ?>" class="text-info text-decoration-none">Home</a></li> <li class="breadcrumb-item active text-muted" aria-current="page">Services</li> <li class="breadcrumb-item active text-white" aria-current="page"><?php echo e($service->title); ?></li> </ol> </nav> <h1 class="display-4 font-heading fw-bold text-white mb-3"><?php echo e($service->title); ?></h1> <p class="fs-5 text-secondary"><?php echo e($service->short_description); ?></p> </div> </div> </div> </section> <!-- Content Body --> <section class="py-5"> <div class="container py-3"> <div class="row g-5"> <!-- Main Content --> <div class="col-lg-8 case-study-content"> <?php if($service->image): ?> <img src="<?php echo e(asset('uploads/' . $service->image)); ?>" class="img-fluid rounded-4 mb-5 w-100" style="max-height: 400px; object-fit: cover;" alt="<?php echo e($service->title); ?>" loading="lazy"> <?php endif; ?> <h3 class="text-white font-heading mb-4">Service Details & Workflow</h3> <div class="text-secondary fs-6" style="line-height: 1.8;"> <?php echo nl2br(e($service->long_description)); ?> </div> <!-- Related FAQs --> <?php if($faqs->count() > 0): ?> <h3 class="text-white font-heading mt-5 mb-4">Frequently Asked Questions</h3> <div class="accordion accordion-custom" id="serviceFaqAccordion"> <?php $__currentLoopData = $faqs; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $index => $faq): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="accordion-item"> <h2 class="accordion-header" id="heading<?php echo e($faq->id); ?>"> <button class="accordion-button <?php if($index > 0): ?> collapsed <?php endif; ?>" type="button" data-bs-toggle="collapse" data-bs-target="#collapse<?php echo e($faq->id); ?>"> <?php echo e($faq->question); ?> </button> </h2> <div id="collapse<?php echo e($faq->id); ?>" class="accordion-collapse collapse <?php if($index === 0): ?> show <?php endif; ?>" data-bs-parent="#serviceFaqAccordion"> <div class="accordion-body text-secondary"> <?php echo e($faq->answer); ?> </div> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> <!-- Sidebar --> <div class="col-lg-4"> <div class="glass-card p-4 mb-4 border-info"> <h5 class="font-heading text-white border-bottom border-secondary pb-3 mb-3">Other Services</h5> <div class="list-group list-group-flush"> <?php $__currentLoopData = $allServices; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $otherSvc): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <a href="<?php echo e(route('services.show', $otherSvc->slug)); ?>" class="list-group-item list-group-item-action bg-transparent border-0 text-secondary py-2 d-flex align-items-center"> <i class="bi <?php echo e($otherSvc->icon); ?> text-info me-3"></i> <?php echo e($otherSvc->title); ?> </a> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <div class="glass-card p-4 border-info"> <h5 class="font-heading text-white border-bottom border-secondary pb-3 mb-3">Request A Quote</h5> <form action="<?php echo e(route('contact.submit')); ?>" method="POST" class="form-custom"> <?php echo csrf_field(); ?> <input type="hidden" name="service_id" value="<?php echo e($service->id); ?>"> <div class="mb-3"> <label class="form-label text-secondary small">Your Name</label> <input type="text" name="name" class="form-control" placeholder="John Doe" required> </div> <div class="mb-3"> <label class="form-label text-secondary small">Email Address</label> <input type="email" name="email" class="form-control" placeholder="john@company.com"> </div> <div class="mb-3"> <label class="form-label text-secondary small">Phone Number</label> <input type="text" name="phone" class="form-control" placeholder="017..." required> </div> <div class="mb-3"> <label class="form-label text-secondary small">WhatsApp Number</label> <input type="text" name="whatsapp" class="form-control" placeholder="017..."> </div> <div class="mb-3"> <label class="form-label text-secondary small">Project Scope Spec</label> <textarea name="description" rows="3" class="form-control" placeholder="Tell us what you want to build..." required></textarea> </div> <!-- Captcha --> <div class="mb-3"> <label class="form-label text-secondary small">What is <?php echo e($num1); ?> + <?php echo e($num2); ?>?</label> <input type="number" name="math_answer" class="form-control" required> </div> <?php if($errors->has('captcha')): ?> <div class="alert alert-danger py-2 small mb-3"> <?php echo e($errors->first('captcha')); ?> </div> <?php endif; ?> <?php if(session('success')): ?> <div class="alert alert-success py-2 small mb-3"> <?php echo e(session('success')); ?> </div> <?php endif; ?> <button type="submit" class="btn btn-primary-glow w-100 py-3">Submit Service Request</button> </form> </div> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.frontend', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/codewavebd/public_html/resources/views/frontend/service.blade.php ENDPATH**/ ?>
Simpan