@extends('backend.layouts.master') @section('title') Abstract @endsection @section('css') @endsection @section('body') @endsection @section('content')
Abstract : {{ $abstract->title }}
Status
@if ($abstract->review == 'Approuver') {{ $abstract->review }} @elseif($abstract->review == 'Rejeter') {{ $abstract->review }} @else En attente @endif
Type
{{ $abstract->type }}
Titre
{{ $abstract->title }}
Premier auteur
{{ $abstract->first_author }}
@if ($eventId == 5)
Spécialité
{{ $abstract->speciality }}
@endif
Email
{{ $abstract->email }}
Téléphone
{{ $abstract->phone }}
Co-auteurs
{{ $abstract->collaborators }}
Service
{{ $abstract->service }}
Résumé
Introduction :
{!! nl2br($abstract->abstract_introduction) !!}
Matériel & Méthode :
{!! nl2br($abstract->abstract_method) !!}
Résultats :
{!! nl2br($abstract->abstract_result) !!}
Discussion :
{!! nl2br($abstract->abstract_discussion) !!}
Conclusion :
{!! nl2br($abstract->abstract_conclusion) !!}
Note
{{ $abstract->note }}
Remarque
{!! nl2br($abstract->comment) !!}
@endsection @section('scripts') @endsection