@extends('layouts.dashboard') @section('content')

Vendor Faq's

@foreach($result as $row)

{{ $row->question }}

{!! str_replace('@faq_image_path@',$imglink,$row->answer) !!}

@endforeach
@endsection