{{----------------------------------------------------- ** callForPapers.index -----------------------------------------------------}} @extends('layouts.' . $theme, [ 'model' => $model, 'name' => 'callForPapers-index', 'current' => 'callForPapers-index' ]) @section('header')

Tous les appels à contributions

@endsection @section('contents')
{{-- Paginer par 15 --}} @forelse ($content->calls_of_paper as $call)
@if(file_exists('storage/numerev_Files/journal_'.$config->id.'/issue_'.$call->issue_id.'/images/issue_'.$call->issue_id.'.jpg' ))
{{ Str::words(html_entity_decode($call->issue_title), 10) }}
@endif
{{ ucfirst($call->issue_type_prefix).$call->issue_number }} @if($call->issue_type_suffix != null) — {{$call->issue_type_suffix}} @endif

{{ $call->issue_title }}

@if(!is_null($call->coordinators)) {{$call->coordinators}} @else {{ "Coordinateurs non communiqués." }} @endif

{!! Str::words(strip_tags(html_entity_decode($call->description)), 80) !!}

Lire la suite
@empty

Aucun appel pour l'instant.

@endforelse
@endsection