🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE
📄 847a46c3712802cccceb28d98eaccc51.php
📁 Path: /home/skhata/chandrasons.com/storage/framework/views/847a46c3712802cccceb28d98eaccc51.php
📊 Size: 7.09 KB
🔒 Perm: 0644
📝 MIME: text/x-php
<?php $__env->startSection('content'); ?>
<?php $lang = app()->getLocale(); ?>
<section class="relative overflow-hidden" style="background: linear-gradient(130deg, #05202C 0%, #0B5E6B 55%, #0D7B8A 100%); padding: 4rem 0 5rem;">
<div class="absolute inset-0 pointer-events-none opacity-5" style="background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 40px 40px;"></div>
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
<a href="<?php echo e(lang_url('/services')); ?>" class="inline-flex items-center gap-1.5 text-xs font-semibold mb-5 transition-opacity hover:opacity-70" style="color:rgba(255,255,255,0.60);">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10 19l-7-7m0 0l7-7m-7 7h18"/></svg>
<?php echo e(__('site.nav_services')); ?>
</a>
<h1 class="text-4xl sm:text-5xl font-black text-white mb-4" style="letter-spacing:-0.04em;"><?php echo e($service->getTranslation('title',$lang) ?: $service->title); ?></h1>
<p class="text-lg max-w-2xl" style="color:rgba(255,255,255,0.65);"><?php echo e($service->getTranslation('short_description',$lang) ?: $service->short_description); ?></p>
</div>
<div class="absolute bottom-0 left-0 right-0 overflow-hidden">
<svg viewBox="0 0 1440 50" preserveAspectRatio="none" class="w-full h-[36px]" fill="white"><path d="M0,50 C360,0 1080,0 1440,50 L1440,50 L0,50 Z"/></svg>
</div>
</section>
<section class="py-16" style="background:white;">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid lg:grid-cols-3 gap-12">
<div class="lg:col-span-2">
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($service->banner_image): ?>
<img src="<?php echo e(asset('storage/'.$service->banner_image)); ?>" alt="<?php echo e($service->getTranslation('title',$lang)); ?>" class="w-full rounded-3xl object-cover mb-8" style="max-height:340px;">
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
<div class="prose prose-lg max-w-none" style="color:var(--text-muted);">
<?php echo $service->getTranslation('content',$lang) ?: $service->content; ?>
</div>
<div class="flex flex-wrap gap-3 mt-10 pt-8" style="border-top:1px solid var(--border);">
<a href="<?php echo e(lang_url('/contact')); ?>" class="btn-primary"><?php echo e(__('site.services_enquire')); ?></a>
<a href="<?php echo e(whatsapp_url()); ?>" target="_blank" class="btn-outline"><?php echo e(__('site.btn_whatsapp')); ?></a>
</div>
</div>
<div class="space-y-6">
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($service->slug === 'export-to-nepal'): ?>
<?php echo $__env->make('partials.nepal-enquiry-form', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
<?php else: ?>
<?php echo $__env->make('partials.enquiry-form', [
'source' => $service->slug,
'buyer_type' => $service->slug === 'wholesale-supply' ? 'wholesale' : ($service->slug === 'pharmacy-hospital-supply' ? 'wholesale' : ''),
], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
<div class="card p-6">
<h3 class="font-bold text-sm mb-4" style="color:var(--dark);"><?php echo e(__('site.nav_services')); ?></h3>
<div class="space-y-2">
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php $__currentLoopData = [['wholesale-supply','nav_wholesale'],['retail-supply','nav_retail'],['export-to-nepal','nav_nepal_export'],['pharmacy-hospital-supply','nav_pharma_hospital']]; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as [$slug,$key]): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if BLOCK]><![endif]--><?php endif; ?><?php if($slug !== $service->slug): ?>
<a href="<?php echo e(lang_url('/services/'.$slug)); ?>" class="flex items-center gap-2 text-sm py-2 px-3 rounded-xl transition-colors hover:bg-slate-50" style="color:var(--text);">
<svg class="w-3.5 h-3.5 flex-shrink-0" style="color:var(--primary)" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7"/></svg>
<?php echo e(__('site.'.$key)); ?>
</a>
<?php endif; ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?><?php if(\Livewire\Mechanisms\ExtendBlade\ExtendBlade::isRenderingLivewireComponent()): ?><!--[if ENDBLOCK]><![endif]--><?php endif; ?>
</div>
</div>
<div class="rounded-2xl p-6" style="background:var(--primary-light);">
<p class="font-bold text-sm mb-3" style="color:var(--dark);">Need Immediate Help?</p>
<a href="tel:<?php echo e(setting('phone_1')); ?>" class="flex items-center gap-2 text-sm mb-2 font-medium" style="color:var(--primary);">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>
<?php echo e(setting('phone_1','+91-9076742501')); ?>
</a>
<a href="tel:<?php echo e(setting('phone_2')); ?>" class="flex items-center gap-2 text-sm font-medium" style="color:var(--primary);">
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"/></svg>
<?php echo e(setting('phone_2','+91-9695322501')); ?>
</a>
</div>
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/stpnp/chandrasons.com/resources/views/pages/services/show.blade.php ENDPATH**/ ?>✨ File Manager Magic ✨