@extends('faq::layouts.master') @section('title', trans('menu.decision_tree_title')) @section('content')

{{trans("faq.category")}}

Name Slug Created Action
{{ $item->name }} {{ $item->slug }} {{ $item->created_at }} Edit   Delete
@endsection