@extends('page-layouts.main') @section('keywords', $page->meta_tags) @section('description', $page->seo_desc) @section('title', $page->title) @section('page-content') {!! $page->content !!} @endsection