@extends('layouts.backend.app') @section('content')

Page Add

@csrf
{{-- faq --}} {{-- Content section --}}
{{-- FAQ section --}}
@if(!empty($faqs)) @foreach($faqs as $index => $faq)
@endforeach @endif

@if(!empty($page->image)) Product Image @endif
@endsection @push('scripts') @endpush