@extends('backoffice.dashboard') @section('title', $trophee_sportif->title) @section('content')
{{-- العنوان --}}

{{ $trophee_sportif->title }}

{{-- الصورة --}} @if($trophee_sportif->image)
@endif {{-- الفيديو والمحتوى --}}
{{-- الفيديو --}} @if($embed)
@endif {{-- المحتوى --}}
{!! $trophee_sportif->content !!}
{{-- زر الرجوع --}}
@endsection