@extends('frontend.mediknode.layout.mainlayout') @section('content') @component('frontend.mediknode.components.breadcrumb') @slot('title') Abstract @endslot @slot('li_1') Abstract @endslot @endcomponent
{{ $abstract->type }}
{{ $abstract->title }}
{{ $abstract->user->firstname }} {{ $abstract->user->name }}
{{ $abstract->collaborators }}
{{ $abstract->service }}
{!! nl2br($abstract->abstract_introduction) !!}
{!! nl2br($abstract->abstract_method) !!}
{!! nl2br($abstract->abstract_result) !!}
@if ($abstract->event->id != 47)
{!! nl2br($abstract->abstract_discussion) !!}
@endif @if ($abstract->event->id != 43)
{!! nl2br($abstract->abstract_conclusion) !!}
@endif {{--
{{ $abstract->speciality }}
--}} {{-- --}}
@component('frontend.mediknode.components.scrolltotop') @endcomponent @endsection