Murupp Logo
@php $footer = \App\Models\Footer::first(); @endphp

{!! $footer->about !!}

  • {{ $footer->email ?? '' }}

  • +91 {{ $footer->contact_number ?? '' }}

@php // Decode the stored media platform and link arrays $mediaPlatforms = json_decode($footer->media_platform ?? '[]', true); $mediaLinks = json_decode($footer->media_link ?? '[]', true); // Define icons for known platforms $socialIcons = [ '1' => ['class' => 'social-facebook', 'icon' => 'icon-fb', 'label' => 'Facebook'], '2' => ['class' => 'social-twitter', 'icon' => 'icon-x', 'label' => 'Twitter'], '3' => ['class' => 'social-instagram', 'icon' => 'icon-instagram', 'label' => 'Instagram'], '4' => ['class' => 'social-pinterest', 'icon' => 'icon-pinterest', 'label' => 'Pinterest'] ]; @endphp
    @foreach($mediaPlatforms as $index => $platformId) @if(!empty($mediaLinks[$index]) && isset($socialIcons[$platformId]))
  • @endif @endforeach
Information
  • About Us
  • Contact us
  • Shipping & Delivery
  • Return & Refunds
  • Privacy Policy
  • Terms of Service
@php use Illuminate\Support\Facades\DB; $categories = DB::table('master_product_category') ->whereNull('deleted_by') ->orderBy('id', 'asc') ->get(); @endphp
Category
    @foreach ($categories as $category)
  • {{ $category->category_name }}
  • @endforeach

Copyright © 2025 Murupp. All rights reserved. Designed By Matrix Bricks

Payment: