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

داشبورد

@endsection @section('content')
@foreach($collections as $i=>$collection) @endforeach
ردیف عنوان مجموعه مادر دسترسی وضعیت زیرمجموعه‌ها آیتم‌ها آخرین ویرایش
{{$i+1}} {{$collection->title}} {{$collection->parent->title}} {{$collection->privacy_str}} {{$collection->status_str}} {{$collection->children()->count()}} {{$collection->documents()->count()}} {{$collection->updated_at_date_time_str}}
{{$collections->appends(request()->query())->links()}}
@endsection