@extends('admin/layouts/contentLayoutMaster') @section('title', 'FAQ') @section('content')

FAQ

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($faq)>0) @foreach ($faq as $key=>$faq1) @endforeach @else @endif
S.NO Question Answer Action
{{ $s }} {{ $faq1->faq_question }}
No record found!
{{$faq->links()}}
@endsection