@extends('layouts.master') @section('stylesheets') @endsection @section('content')

Επιτροπή Ηθικής & Δεοντολογίας της Έρευνας Version 1.0

{!! Breadcrumbs::render('projects') !!}
@if(sizeof($projects) === 0)
@else

Σύνολο Έργων: {{count($projects)}}

@foreach ($projects as $project) @endforeach
Κωδικός Τίτλος Επιστημονικός Υπεύθυνος Αιτήσεις Καρτέλα
{{$project->codeid}} {{$project->title}} {{$project->researcher}} {{$count[$project->id]}} @if($count[$project->id] !== 0) @else @can('members') @endcan @can('admins') @endcan @endif
Κωδικός Τίτλος Επιστημονικός Υπεύθυνος Αιτήσεις Καρτέλα
@endif @endsection @section('javascripts') @endsection