@extends('layouts.fe_master') @php $title = "30PICTURES - " . $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.music_video.header') @if ($category->banner_url)
film-maker-category-1

{!! $category->name !!}

@endif @foreach ($brandFilms as $key => $films) @php $artist = json_decode($key) @endphp @if ($key) {{--

{{ @$artist->name }}

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

Strategy Expland

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