@extends('frontend.layout.app') @section('title', $page->title) @section('description', 'single page meta description') @section('keywords', 'single page meta keywordes') @section('robots', 'single page robots') @section('ogTitle', 'single page og title') @section('ogDescription', 'single page og description') @section('ogImage', 'single page og image') @section('ogUrl', 'single page og url') @section('twitterCard', 'single page twitter card') @section('twitterTitle', 'single page twitter title') @section('twitterDescription', 'single twitter description') @push('css') @endpush @section('content')
{!! $page->desc !!}