@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('content')
@foreach($help_categories as $i=>$help_category) @endforeach
ردیف عنوان دسته مادر اسکوپ وضعیت
{{$i+1}} {{$help_category->title}} {{$help_category->parent->title}} {{$help_category->scope}} {{$help_category->status_str}}
{{$help_categories->links()}}
@endsection