--}} @if (!function_exists('formatIndianNumber')) @php function formatIndianNumber($number) { $number = (string)$number; $lastThreeDigits = substr($number, -3); $remainingDigits = substr($number, 0, -3); if ($remainingDigits != '') { $lastThreeDigits = ',' . $lastThreeDigits; } $formattedNumber = preg_replace('/\B(?=(\d{2})+(?!\d))/', ',', $remainingDigits) . $lastThreeDigits; return $formattedNumber; } @endphp @endif @foreach($categories as $c)
{{--
Refine
Refine Products By
Price
  • Price
  • Less than 5$
  • $5-10$
  • $10-20$
  • $20-45$
  • $45-100$
  • $100-150$
  • More than 150$
Top brands
  • Top brands
  • Brand first
  • Brand second
  • Brand third
  • Brand fourth
  • Brand fiveth
Availability
  • Availability
  • Availability 1
  • Availability 2
  • Availability 3
  • Availability 4
  • Availability 5

Sort
Default sorting
  • Default sorting
  • popularity
  • average rating
  • newness
  • price: low to high
  • price: high to low
--}}

{{$c->name}}

{{--

{{$c->slug == 'accessories' ? '( Optional )' : ''}}

--}}
{{--
--}}
@endforeach