@extends('layouts.seller.app', ['page' => $menuSeller['products']['active'] ?? "", 'sub_page' => $menuSeller['products']['route']['product_faqs']['sub_active']]) @section('title', __('labels.product_faqs')) @section('header_data') @php $page_title = __('labels.product_faqs'); $page_pretitle = __('labels.seller') . " " . __('labels.products'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => route('seller.dashboard')], ['title' => __('labels.products'), 'url' => route('seller.products.index')], ['title' => __('labels.product_faqs'), 'url' => ''] ]; @endphp @section('seller-content')

{{ __('labels.product_faqs') }}

@if($createPermission ?? false) @endif
@if(($createPermission ?? false) || ($editPermission ?? false)) @endif @endsection @push('scripts') @endpush