@extends('layout.app') @section('title', 'Dassault Falcon 6X (2018 - Present) | Dreamjet') @section('body') @include('layout.jetstream-header')

{{ $blog->published_at }}

{{ $blog->title }}

@if ($blog->video_link)
@endif
{{-- --}} {!! $blog->description !!}
{{-- --}} {{--

SIGN UP FOR OUR MONTHLY JETSTREAM RECAP

Don't miss future Jetstream articles. Sign up for our Dreamjet News mailing list to receive a monthly eblast with links to our latest articles. Click to join the 1,800+ subscribers on our mailing list.

JOIN THE LIST
--}}
{{-- --}}
@include('layout.footer') @include('layout.language-navbar') @endsection