@extends('admin.layouts.master') @section('faq', 'active') @section('title') {{ $data['title'] ?? '' }} @endsection @push('style') @endpush @php $row = $data['row']; @endphp @section('content')

{{ $data['title'] ?? '' }}

{{ $data['title'] ?? '' }}

Question {{ $row->title }}
Answer {!! $row->body !!}
Status @if ($row->is_active == 1) Active @else Inactive @endif
@endsection