@extends('layouts.app') @section('title', 'Seller Policy') @section('content')

Frequently Asked Questions

FAQ's

@foreach ($faqs as $key => $value)
{{ $value->question }}
{!! $value->answer !!}
@endforeach
@endsection