@extends('front.layouts.main') @section('title', $translate['meta_title'] . ' | ' . getSiteName()) @section('meta-description', $translate['meta_description']) @section('meta-keywords', $translate['meta_keywords']) @section('og-type', 'page') @section('og-url', url()->current()) @section('og-title', $translate['meta_title'] . ' | ' . getSiteName()) @section('og-description', $translate['meta_description']) @section('og-image', resizeImage('shop/', $image, 1440, 490)) @section('content')