@extends('layouts.main-layout') @section('main')
{{ $post->title }}

{{ $post->title }}

{!! $post->content !!}
@if($post->youtube)
@endif
@endsection