@extends('layouts.fe_master') @php $title = "30PICTURES - ADVERTISING " .$category->name; $description = $category->name; $ogTitle = $title; $ogDescription = $description; $ogImage = url($category->banner_url); $twitterTitle = $title; $twitterDescription = $description; $artistName = "30PICTURES"; $schemaDescription = $description; @endphp @section('content')
@include('frontend.film.advertising.header') @if ($category->banner_url)
film-maker-category-1

{{ $category->name }}

@endif
@foreach ($films as $key => $item) @endforeach
{{--

Strategy Expland

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