@extends('layouts.app_admin') @section('content')
@include('admin.session_message.success') @include('admin.session_message.error') @php $i = 1 @endphp @if(count($faq) > 0 ) @foreach($faq as $value) @php $i++; @endphp @endforeach @endif
S. No. Question Answer Status Created At Created By Action
{{ $i }} {!!html_entity_decode($value->faq_question)!!} {!!html_entity_decode($value['faq_answer'])!!} @if($value['status'] == 0) Active @else Inactive @endif {{ custom_date_format($value->created_at) }} {{ get_staff_log_details($value->created_by) }}
@endsection