@extends('layouts.simple.master') @section('title', 'FAQs List') @section('breadcrumb-title')

FAQs

@endsection @section('style') @endsection @section('breadcrumb-items') @endsection @section('content')
@if(count($faqs) > 0) @foreach($faqs as $index=>$faq) @endforeach @endif
Id Category Actions
{{++$index;}} {{$faq->title}}
@endsection @section('script') @endsection