@extends('frontend.layouts.app') @section('title', $data['flyers']->title) @php $url = URL::current(); @endphp @push('head-area') @endpush @if(trim($data['flyers']->meta_description) != null && $data['flyers']->meta_description != 'NULL') @section('meta_description', $data['flyers']->meta_description) @section('meta_url', URL::Current()) @section('page_title', $data['flyers']->title) @section('product_description',$data['flyers']->meta_description) @php if(app()->environment() == 'dev') $site = 'dev'; else $site = 'www'; @endphp @section('image','https://'.$site.'.germedusa.com/static/assets/images/og_imag_logo.png') @section('image:width', "385") @section('image:height', "145") {{-- @section('meta_keywords', $data['product']->meta_keywords) --}} @endif @section('content') @include('includes.partials.bread-crumbs')
@endsection