@extends('layouts/layout') @section('content')
@foreach($categories as $category) @if($category->faqs->count())

{{ $category->name }}


@foreach($category->faqs as $faq)
{{ $faq->question }}

{!! $faq->answer !!}

@endforeach @endif @endforeach

Need Help?

We’re always here to help with any shipping-related questions.

@foreach($companyDetail as $Detail) Email: {{ $Detail->email }}
Phone/WhatsApp: {{ $Detail->phone }}
@endforeach
@endsection