@extends('layouts.simple.master') @section('title', 'FAQ Categories List') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

FAQ Categories List

@endsection @section('breadcrumb-items') @endsection @section('content')
@foreach ($categories as $key => $category) @endforeach
# Name Description Actions
{{$key + 1}} {{$category->title}} {{$category->description}}
@endsection @section('script') @endsection