@extends('layouts.fe_master') @php $title = "30PICTURES - " . $post->name; $description = $post->text; $ogTitle = $title; $ogDescription = $description; $ogImage = url($post->banner_url); $twitterTitle = $title; $twitterDescription = $description; $artistName = "30PICTURES"; $schemaDescription = $description; @endphp @section('content')
home banner

{{ $post->name }}

{{ $post->text }}
@if ($post->video_id)
{{-- home banner
--}}
@endif {!! $post->content !!}
Back to Creative Gallery
@include('frontend.film.video_overlay') @endsection