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

داشبورد

@endsection @section('content')
@foreach($help_posts as $i=>$help_post) @endforeach
ردیف عنوان دسته مادر وضعیت
{{$i+1}} {{$help_post->title}} {{$help_post->category->title}} {{$help_post->status_str}}
{{$help_posts->links()}}
@endsection