File Manager Lite
Dir:
/home/codewavebd/public_html/storage/framework/views
Upload
[..]
068c18d520b27a8ff1423722b6312560.php (22.36 KB)
Edit
Rename
Del
0e1be39358f755311010acf398697d60.php (2.08 KB)
Edit
Rename
Del
447a9b2c8727517da36054dd2c1b33d6.php (3.52 KB)
Edit
Rename
Del
5b3a79cc21083b027681cdf0634241fb.php (400 B)
Edit
Rename
Del
688c94919a2fc26ad1abb77981d242f2.php (8.86 KB)
Edit
Rename
Del
756242eee78ae49f4422220d2464f45c.php (438 B)
Edit
Rename
Del
89098a8dad14253bcf8af2d780582679.php (10.75 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
be1e3f3b055d6c88ab57c2af7ec12e8b.php (30.91 KB)
Edit
Rename
Del
c23f28f2630b479d46f1d3d0c3746956.php (2.73 KB)
Edit
Rename
Del
c9cec9b4bcd4de27034c2c6796387677.php (539 B)
Edit
Rename
Del
d0417fa560098e9ae4583d5383628327.php (10.14 KB)
Edit
Rename
Del
f3e7d0cccc04f872034d614e09e81b12.php (3 KB)
Edit
Rename
Del
f9acbcec80f93d909aae9a145c283e31.php (908 B)
Edit
Rename
Del
Edit: 688c94919a2fc26ad1abb77981d242f2.php
<?php $__env->startSection('seo_title', $project->seo_title ?? ($project->name . ' Case Study | CodeWave BD')); ?> <?php $__env->startSection('seo_description', $project->seo_meta_description ?? Str::limit($project->description, 150)); ?> <?php $__env->startSection('seo_keywords', $project->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": "Portfolio", "item": "<?php echo e(url('/')); ?>#portfolio" },{ "@type": "ListItem", "position": 3, "name": "<?php echo e($project->name); ?>", "item": "<?php echo e(request()->url()); ?>" }] } </script> <?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">Portfolio</li> <li class="breadcrumb-item active text-white" aria-current="page"><?php echo e($project->name); ?></li> </ol> </nav> <span class="badge bg-secondary border border-info rounded-pill px-3 py-2 text-info uppercase tracking-wider mb-3 small"> Case Study Analysis </span> <h1 class="display-4 font-heading fw-bold text-white mb-3"><?php echo e($project->name); ?></h1> </div> </div> </div> </section> <!-- Content Body --> <section class="py-5"> <div class="container py-3"> <div class="row g-5"> <!-- Main Details --> <div class="col-lg-8 case-study-content"> <?php if($project->image): ?> <img src="<?php echo e(asset('uploads/' . $project->image)); ?>" class="img-fluid rounded-4 mb-5 w-100" style="max-height: 450px; object-fit: cover;" alt="<?php echo e($project->name); ?>" loading="lazy"> <?php endif; ?> <h3 class="text-white font-heading mb-4">Project Overview</h3> <p class="text-secondary fs-6" style="line-height: 1.8;"> <?php echo e($project->description); ?> </p> <!-- Project Features --> <?php if($project->features && count($project->features) > 0): ?> <h3 class="text-white font-heading mt-5 mb-4">Core Deliverables & Results</h3> <div class="row g-3"> <?php $__currentLoopData = $project->features; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $feat): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-6"> <div class="glass-card p-3 h-100 d-flex align-items-center border-secondary"> <i class="bi bi-patch-check-fill text-info fs-4 me-3"></i> <span class="text-white small"><?php echo e($feat); ?></span> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <!-- Screenshots Gallery --> <?php if($project->gallery && count($project->gallery) > 0): ?> <h3 class="text-white font-heading mt-5 mb-4">Interface Walkthrough</h3> <div class="row g-3"> <?php $__currentLoopData = $project->gallery; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $screenshot): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-6"> <div class="glass-card overflow-hidden"> <img src="<?php echo e(asset('uploads/' . $screenshot)); ?>" class="img-fluid w-100" style="height: 200px; object-fit: cover;" alt="Screenshot" loading="lazy"> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> </div> <!-- Specifications Side Panel --> <div class="col-lg-4"> <div class="glass-card p-4 border-info position-sticky" style="top: 100px;"> <h5 class="font-heading text-white border-bottom border-secondary pb-3 mb-3">Project Details</h5> <div class="mb-4"> <span class="text-muted small d-block">Client Organization</span> <span class="text-white fw-bold"><?php echo e($project->client_name ?? 'Confidential Corporate Client'); ?></span> </div> <div class="mb-4"> <span class="text-muted small d-block">System Category</span> <span class="text-white fw-semibold"><?php echo e($project->category->name ?? 'Software Engineering'); ?></span> </div> <div class="mb-4"> <span class="text-muted small d-block">Technologies Implemented</span> <div class="mt-2"> <?php $__currentLoopData = explode(',', $project->technologies); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $tech): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <span class="badge bg-secondary border border-secondary text-light me-1 mb-1 small"><?php echo e(trim($tech)); ?></span> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> <?php if($project->live_url): ?> <div class="d-grid mt-4"> <a href="<?php echo e($project->live_url); ?>" target="_blank" class="btn btn-primary-glow py-3"> <i class="bi bi-box-arrow-up-right me-2"></i>Visit Live Website </a> </div> <?php endif; ?> </div> </div> </div> </div> </section> <!-- Related Projects --> <?php if($relatedProjects->count() > 0): ?> <section class="py-5 border-top border-secondary" style="background-color: var(--bg-secondary);"> <div class="container"> <h4 class="font-heading text-white mb-4">Related Case Studies</h4> <div class="row g-4"> <?php $__currentLoopData = $relatedProjects; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $relProj): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="col-md-4"> <div class="glass-card h-100 d-flex flex-column justify-content-between p-3"> <div> <?php if($relProj->image): ?> <img src="<?php echo e(asset('uploads/' . $relProj->image)); ?>" class="img-fluid rounded-3 w-100 mb-3" style="height: 160px; object-fit: cover;" alt="<?php echo e($relProj->name); ?>" loading="lazy"> <?php endif; ?> <h6 class="font-heading text-white mb-2"><?php echo e($relProj->name); ?></h6> <p class="text-muted small"><?php echo e(Str::limit($relProj->description, 100)); ?></p> </div> <a href="<?php echo e(route('portfolio.show', $relProj->slug)); ?>" class="text-info text-decoration-none small fw-semibold"> View Case Study <i class="bi bi-arrow-right ms-1"></i> </a> </div> </div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> </div> </section> <?php endif; ?> <?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/portfolio_detail.blade.php ENDPATH**/ ?>
Simpan