@extends('template') @section('page-title') {{$rapport->name}} @endsection @section('page-sub-title') @endsection @section('tag-title') {{$rapport->name}} @endsection @section('header-right-content') @endsection @section('main-content') @if($rapport->link) {!! $rapport->link !!} @else

Le lien du rapport n'est pas disponible.

@endif @endsection