@extends('frontend.layouts.app') @php $title = trim($data['category']->meta_title); if($title != null && $title != 'NULL') $title = $data['category']->meta_title; else $title = $data['category']->name . ' - ' . app_name(); if($data['category']->do_index == 'N' || $data['category']->status == 'N') $no_index = 'NOINDEX'; $video_tag = ''; if(trim($data['category']->video_link) != null) { if($data['category']->video_site == 'YouTube') { $video_tag = '
'; } else { $video_tag = ''; } } @endphp @section('title', $title) @if(trim($data['category']->meta_description) != null && $data['category']->meta_description != 'NULL') @section('meta_description', $data['category']->meta_description) @section('meta_keywords', $data['category']->meta_keywords) @section('meta_url', URL::Current()) @section('page_title', $title) @section('product_description',$data['category']->meta_description) @section('image',URL::to('/').'/up_data/categories/large/'.$data['category']->image) @section('image:width', "300") @section('image:height', "200") @endif @push('schema') @component('frontend.layouts.schema') {{-- --}} @endcomponent @endpush @if($data['category']->is_canonical == 'Y') @php if($data['category']->canonical_url != '') $url = $data['category']->canonical_url; else $url = URL::to( '/' . $data['category']->slug); @endphp @push('head-area') @endpush @endif @if(isset($no_index)) @push('head-area') @endpush @endif @section('content')