@extends('layouts.core.frontend')
@section('title', trans('messages.brand.shop_info'))
@section('head')
@endsection
@section('page_header')
@endsection
@section('content')
@php
$wordpress = new \Acelle\Library\WordpressManager();
$pageID = get_option('page_on_front');
@endphp
@endsection