@extends($data['layout']) @php use App\Helpers\General\AMP; @endphp @if(AMP::check()) @push('head-area') @endpush @endif @section('title', $data['products']->title) @if(trim($data['products']->meta_description) != null && $data['products']->meta_description != 'NULL') @section('meta_description', $data['products']->meta_description) @section('meta_keywords', $data['products']->meta_keywords) @endif @section('meta_url', URL::Current()) @section('page_title', $data['products']->title) @section('product_description',$data['products']->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('content')
@endsection @push('after-scripts') @endpush