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

Client Faq's

@foreach($result as $row)

{{ $row->question }}

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

How to edit Event Details?

on event list select three dots on blue strip. on selecting you will get the option for edit event

@endsection