@extends('layouts.admin.master') @section('title') View Faq @stop @section('content')

Manage FAQ FAQ Detail

FAQ Detail

Back
Question {{$faq->heading}}
Answer {!! $faq->description !!}
Created {{$faq->created_at}}
Modified {{$faq->updated_at}}
@stop