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

Kết Quả Tìm Kiếm Cho: {{ isset($_GET['search']) ? $_GET['search'] : '' }}

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

Strategy Expland

--}} {{-- {{$films->links()}} --}}
@include('frontend.film.video_overlay') @endsection