@extends('admin.layouts.app') @section('title', $title) @section('content')

{{ $title }}

@include('admin.layouts.notifications')
@forelse ($faqs as $productId => $faqGroup) @empty @endforelse
Product FAQs count Actions
@if ($faqGroup->first()->product_id != 0) {{ $faqGroup->first()->product->name }} @else Global @endif {{ $faqGroup->count() }}
@csrf @method('DELETE')
No records found.
@endsection @push('scripts') @endpush