@extends('layouts.fe_master') @php $title = "30PICTURES - " . $post->name; $description = $post->brand; $ogTitle = $title; $ogDescription = $description; $ogImage = url('/assets/images/media/media-1.jpg'); $twitterTitle = $title; $twitterDescription = $description; $artistName = "30PICTURES"; $schemaDescription = $description; @endphp @section('content')
{{ $post->brand }}

{{ $post->name }}

@if ($post->author)
{{ $post->author }}
@endif
{{ $post->created_at }}
{{--
6 Comments
--}}

{!! $post->content !!}

@include('frontend.film.video_overlay') @endsection