@extends('admin.layouts.main') @section('title', 'Admin - Add Post') @section('content')
@csrf

FAQs

ADD
@if($product_faqs->isNotEmpty()) @foreach($product_faqs as $key=> $faq)
@endforeach @else
@endif
@endsection