@extends('layouts.app') @section('title', $video->titre) @section('content')
@php $MediaEmbed = new \MediaEmbed\MediaEmbed(); $MediaObject = $MediaEmbed->parseUrl($video->fichier); $MediaObject->setAttribute([ 'width' => 560, 'height' => 315, 'data-fluidvids' => "loaded" ]); $mbedCode = $MediaObject->getEmbedCode() @endphp

{{ $video->titre }}

{!! $mbedCode !!}
@endsection @section('socialshare')

Partager sur

@endsection @section('recentsElements')

Vidéos récentes

@endsection