@extends('admin.layout.master') @section('title', 'FAQ Manager') @section('content')

View FAQ Details

Question: {{ $data->question }}
Answer: {!! $data->answer !!}
Status: @if($data->status) Active @else In-Active @endif
Created Date: {{date('M d, Y', strtotime($data->created_at))}}
@endsection