@php $i = 1 @endphp @foreach($charts as $chart) @php $i++; @endphp @endforeach
ردیف عنوان درس آموخته نام پروژه مربوطه حوزه درس آموخته (درخت دانش) نام و نام خانوادگی دانشکار واحد سازمانی وضعیت میانگین درس آموخته تاریخ ایجاد تاریخ ارسال تاریخ تخصیص ارزیاب تاریخ انتشار
{{ $i }} {{ $chart['title'] }} @if(isset($chart['projects']) && count($chart['projects']) > 0 ) @foreach($chart['projects'] as $project) {{ $project['title'] }} @endforeach @endif @if(count($chart['knowledge_tree']) > 0 ) @foreach($chart['knowledge_tree'] as $project) {{ $project['title'] }} @endforeach @endif {{ $chart['author']['name']." ". $chart['author']['family']}} {{ ($chart['author']->organizationalChart != null) ? $chart['author']->organizationalChart->title : "" }} @switch($chart['status']) @case('pending') {{ "درحال بررسی" }} @break @case('publish') {{ "منتشر شده" }} @break @case('evaluating') {{ "درحال ارزیابی" }} @break @case('reject') {{ "رد شده" }} @break @case('draft') {{ " پیش نویس" }} @break @default {{$chart['status'] }} @break @endswitch @if($chart['evaluation'] > 0.0) {{ $chart['evaluation'] }} @else @switch($chart['status']) @case('pending') {{ "درحال بررسی" }} @break @case('publish') {{ "منتشر شده" }} @break @case('evaluating') {{ "درحال ارزیابی" }} @break @case('reject') {{ "رد شده" }} @break @case('draft') {{ "پیش نویس" }} @break @default {{ $chart['status'] }} @break @endswitch @endif {{ verta($chart['created_at']) }} {{ verta($chart['pending_at']) }} {{ verta($chart['evaluation_at']) }} {{ verta($chart['publish_at']) }}