@extends('backend.superadmin.index') @section('body')

Admission FAQ

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($faqs as $key=>$faq) @endforeach
SN Title Content Category Status Action
{{++$key}} {{$faq->question}} {!! \Illuminate\Support\Str::limit($faq->answer,70) !!} View More {{$faq->faq_type->name}} @if($faq->status=='public')
{{csrf_field()}}
@else
{{csrf_field()}}
@endif
@endsection @section('script') @endsection