@extends('front.app') @section('title', 'Frequently Asked Questions') @section('content') Frequently Asked Questions Find quick answers to common questions about your orders, delivery, returns & more. @php $globalIndex = 1; @endphp @foreach($faqs as $category => $items) {{ $category }} @foreach($items as $faq) {{ str_pad($globalIndex, 2, '0', STR_PAD_LEFT) }} {{ $faq->question }} {!! $faq->answer !!} @php $globalIndex++; @endphp @endforeach @endforeach @endsection
Find quick answers to common questions about your orders, delivery, returns & more.