@extends('layout.master') @section('body-class', 'page-pages') @section('title', $page->description->meta_title ?: $page->description->title) @section('keywords', $page->description->meta_keywords) @section('description', $page->description->meta_description) @push('header') @endpush @section('content')

{{ $page->description->title }}

{{ __('page_category.author') }}: {{ $page->author }} {{ __('page_category.created_at') }}: {{ $page->created_at }} {{ __('page_category.views') }}: {{ $page->views }}
{!! $page_format['content'] !!} @if ($products)
{{ __('admin/product.product_relations') }}
@foreach ($products as $item)
@include('shared.product', ['product' => $item])
@endforeach
@endif
@if ($page->category)
{{ __('product.category') }}
@endif
@endsection @push('add-scripts') @endpush