πŸš€ Hostinger Optimized
πŸ–₯️ 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

πŸ’» Terminal

πŸ“ /home/skhata/chandrasons.com/public
$

πŸ“„ footer.blade.php

πŸ“ Path: /home/skhata/chandrasons.com/resources/views/partials/footer.blade.php
πŸ“Š Size: 12.92 KB
πŸ”’ Perm: 0644
πŸ“ MIME: text/html
<footer style="background: var(--dark);" class="text-white relative overflow-hidden">
  {{-- Subtle background glow --}}
  <div class="absolute top-0 left-1/4 w-96 h-96 rounded-full pointer-events-none" style="background: radial-gradient(circle, rgba(13,123,138,0.12) 0%, transparent 70%);"></div>

  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-16 pb-10 relative">
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-10">

      {{-- Brand Column --}}
      <div class="lg:col-span-1">
        <div class="flex items-center gap-3 mb-5">
          @if(setting('logo'))
            <img src="{{ asset('storage/'.setting('logo')) }}" alt="{{ setting('site_name') }}" class="h-9 w-auto brightness-0 invert">
          @else
            <div class="w-9 h-9 rounded-xl flex items-center justify-center flex-shrink-0" style="background:var(--primary);">
              <svg class="w-4.5 h-4.5 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4v16m8-8H4"/></svg>
            </div>
            <div>
              <p class="font-black text-white" style="letter-spacing:-0.03em;">Chandra & Sons</p>
              <p class="text-[9px] font-semibold tracking-widest uppercase" style="color:rgba(255,255,255,0.45);">Pharma Distributors</p>
            </div>
          @endif
        </div>
        <p class="text-sm leading-relaxed mb-5" style="color:rgba(255,255,255,0.55);">{{ setting('footer_description','Trusted pharmaceutical distributor at Sunauli Border, Maharajganj. Wholesale, retail & Nepal export supply.') }}</p>
        @php $footerSocials = \App\Models\SocialLink::footer()->get(); @endphp
        @if($footerSocials->count())
        <div class="flex gap-2 mb-5 flex-wrap">
          @foreach($footerSocials as $social)
          <a href="{{ $social->url }}" target="_blank" rel="noopener"
             class="w-9 h-9 rounded-xl flex items-center justify-center transition-all hover:scale-110"
             style="background:{{ $social->color ? $social->color.'26' : 'rgba(255,255,255,0.08)' }};border:1px solid {{ $social->color ? $social->color.'40' : 'rgba(255,255,255,0.12)' }};"
             aria-label="{{ $social->label }}">
            <span class="w-4 h-4 text-white block" style="line-height:0;">{!! $social->icon_svg !!}</span>
          </a>
          @endforeach
        </div>
        @else
        <div class="flex gap-2 mb-5">
          @if(setting('facebook_url'))
          <a href="{{ setting('facebook_url') }}" target="_blank" rel="noopener" class="w-9 h-9 rounded-xl flex items-center justify-center transition-colors hover:bg-white/20" style="background:rgba(255,255,255,0.08);" aria-label="Facebook">
            <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"/></svg>
          </a>
          @endif
          @if(setting('instagram_url'))
          <a href="{{ setting('instagram_url') }}" target="_blank" rel="noopener" class="w-9 h-9 rounded-xl flex items-center justify-center transition-colors hover:bg-white/20" style="background:rgba(255,255,255,0.08);" aria-label="Instagram">
            <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.8"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z"/><line x1="17.5" y1="6.5" x2="17.51" y2="6.5"/></svg>
          </a>
          @endif
          @if(setting('tiktok_url'))
          <a href="{{ setting('tiktok_url') }}" target="_blank" rel="noopener" class="w-9 h-9 rounded-xl flex items-center justify-center transition-colors hover:bg-white/20" style="background:rgba(255,255,255,0.08);" aria-label="TikTok">
            <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M19.59 6.69a4.83 4.83 0 01-3.77-4.25V2h-3.45v13.67a2.89 2.89 0 01-2.88 2.5 2.89 2.89 0 01-2.89-2.89 2.89 2.89 0 012.89-2.89c.28 0 .54.04.79.1V9.01a6.32 6.32 0 00-.79-.05 6.34 6.34 0 00-6.34 6.34 6.34 6.34 0 006.34 6.34 6.34 6.34 0 006.33-6.34V8.67a8.18 8.18 0 004.78 1.52V6.73a4.85 4.85 0 01-1.01-.04z"/></svg>
          </a>
          @endif
          <a href="{{ whatsapp_url() }}" target="_blank" rel="noopener" class="w-9 h-9 rounded-xl flex items-center justify-center transition-colors hover:bg-green-600" style="background:#25D366;" aria-label="WhatsApp">
            <svg class="w-4 h-4" fill="currentColor" viewBox="0 0 24 24"><path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z"/></svg>
          </a>
        </div>
        @endif
        {{-- Trust badge --}}
        <div class="inline-flex items-center gap-2 px-3 py-1.5 rounded-xl text-xs font-medium" style="background:rgba(13,123,138,0.18);color:rgba(255,255,255,0.80);">
          <svg class="w-3.5 h-3.5 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/></svg>
          {{ __('site.footer_trust_badge') }}
        </div>
      </div>

      {{-- Products --}}
      <div>
        <h4 class="text-xs font-bold uppercase tracking-widest mb-4" style="color:rgba(255,255,255,0.40);">{{ __('site.nav_products') }}</h4>
        <ul class="space-y-2.5">
          @foreach([
            ['branded-medicines',        'nav_branded'],
            ['generic-medicines',        'nav_generic'],
            ['surgical-medical-supplies','nav_surgical'],
            ['otc-wellness',             'nav_otc'],
          ] as [$slug,$key])
          <li><a href="{{ lang_url('/products/'.$slug) }}" class="text-sm transition-colors hover:text-white flex items-center gap-2 group" style="color:rgba(255,255,255,0.55);">
            <svg class="w-3 h-3 opacity-0 group-hover:opacity-100 transition-opacity flex-shrink-0" 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>
            {{ __('site.'.$key) }}</a></li>
          @endforeach
        </ul>
      </div>

      {{-- Services --}}
      <div>
        <h4 class="text-xs font-bold uppercase tracking-widest mb-4" style="color:rgba(255,255,255,0.40);">{{ __('site.footer_services') }}</h4>
        <ul class="space-y-2.5">
          @foreach([
            ['services/wholesale-supply',        'nav_wholesale',   false],
            ['services/retail-supply',           'nav_retail',      false],
            ['services/export-to-nepal',         'nav_nepal_export',true],
            ['services/pharmacy-hospital-supply','nav_pharma_hospital',false],
          ] as [$slug,$key,$accent])
          <li><a href="{{ lang_url('/'.$slug) }}" class="text-sm transition-colors hover:text-white flex items-center gap-2 group {{ $accent ? 'font-semibold' : '' }}" style="color: {{ $accent ? 'var(--accent)' : 'rgba(255,255,255,0.55)' }};">
            <svg class="w-3 h-3 opacity-0 group-hover:opacity-100 transition-opacity flex-shrink-0" 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>
            {{ __('site.'.$key) }}</a></li>
          @endforeach
        </ul>
      </div>

      {{-- Contact --}}
      <div>
        <h4 class="text-xs font-bold uppercase tracking-widest mb-4" style="color:rgba(255,255,255,0.40);">{{ __('site.footer_contact') }}</h4>
        <ul class="space-y-3.5">
          <li class="flex items-start gap-2.5">
            <svg class="w-4 h-4 flex-shrink-0 mt-0.5" style="color:var(--primary)" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.8"><path stroke-linecap="round" stroke-linejoin="round" d="M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 11a3 3 0 11-6 0 3 3 0 016 0z"/></svg>
            <span class="text-xs leading-relaxed" style="color:rgba(255,255,255,0.55);">{{ setting('address','Tampu Stand, Near New Customs Office, Sonauli Border, Maharajganj, UP') }}</span>
          </li>
          <li class="flex items-start gap-2.5">
            <svg class="w-4 h-4 flex-shrink-0 mt-0.5" style="color:var(--primary)" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.8"><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>
            <div class="space-y-1">
              <a href="tel:{{ setting('phone_1') }}" class="block text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.55);">{{ setting('phone_1','+91-9076742501') }}</a>
              <a href="tel:{{ setting('phone_2') }}" class="block text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.55);">{{ setting('phone_2','+91-9695322501') }}</a>
              <a href="tel:{{ setting('phone_nepal') }}" class="block text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.55);">πŸ‡³πŸ‡΅ {{ setting('phone_nepal','+977-9700696025') }}</a>
            </div>
          </li>
          <li class="flex items-center gap-2.5">
            <svg class="w-4 h-4 flex-shrink-0" style="color:var(--primary)" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.8"><path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"/></svg>
            <a href="mailto:{{ setting('email_info','info@chandrasons.com') }}" class="text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.55);">{{ setting('email_info','info@chandrasons.com') }}</a>
          </li>
          <li class="flex items-center gap-2.5">
            <svg class="w-4 h-4 flex-shrink-0" style="color:var(--primary)" fill="none" stroke="currentColor" viewBox="0 0 24 24" stroke-width="1.8"><path stroke-linecap="round" stroke-linejoin="round" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
            <span class="text-xs" style="color:rgba(255,255,255,0.55);">{{ setting('business_hours','Mon–Sat: 9AM–8PM') }}</span>
          </li>
        </ul>
        <a href="{{ lang_url('/contact') }}" class="mt-5 inline-flex items-center gap-2 text-xs font-semibold px-4 py-2 rounded-xl transition-colors hover:bg-white/20" style="background:rgba(255,255,255,0.10);color:white;">
          {{ __('site.footer_enquiry_cta') }}
          <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="M17 8l4 4m0 0l-4 4m4-4H3"/></svg>
        </a>
      </div>
    </div>
  </div>

  {{-- Bottom bar --}}
  <div class="border-t" style="border-color:rgba(255,255,255,0.08);">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex flex-col sm:flex-row justify-between items-center gap-3">
      <p class="text-xs" style="color:rgba(255,255,255,0.35);">{!! setting('copyright_text','Β© '.date('Y').' Chandra & Sons Pharma Distributors. All rights reserved.') !!}</p>
      <div class="flex gap-5">
        <a href="{{ lang_url('/faqs') }}"    class="text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.35);">{{ __('site.nav_faqs') }}</a>
        <a href="{{ lang_url('/blog') }}"    class="text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.35);">{{ __('site.nav_blog') }}</a>
        <a href="{{ lang_url('/contact') }}" class="text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.35);">{{ __('site.nav_contact') }}</a>
        <a href="/sitemap.xml"              class="text-xs hover:text-white transition-colors" style="color:rgba(255,255,255,0.35);">Sitemap</a>
      </div>
    </div>
  </div>
</footer>
← BackπŸ“₯ Raw✏️ EditπŸ”’ Chmod
✨ File Manager Magic ✨