{{ $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']) }} |
@php
$i++;
@endphp
@endforeach