@extends('dashboard.index') @section('title', 'slides') @section('title2', 'Détails') @section('content')

{{ $slide->titre }}


{!! nl2br(e($slide->description)) !!}
@endsection