@extends('frontend.layouts.partials.app') @section('title', 'Faqs') @section('meta', 'Welcome to Goodwill Finance Pvt. Ltd.') @section('content')
@foreach ($faqCategories as $faqCategory) @php $tabId = str_replace(' ', '', $faqCategory->name); @endphp
{{-- --}}
{{ $faqCategory->name }}
@endforeach
@endsection @push('scripts') @endpush