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

FAQ List
{{$college->company_name}}

@include('layouts.message')
@foreach($faqs as $key=>$faq) @endforeach
SN Question Answer 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
@foreach($faqs as $key=>$faq) @endforeach @endsection @section('script') @endsection