@extends('layouts.public') @section('title') {{$page->meta_title}} @endsection @section('description') @endsection @section('content')
{!!$page->content!!}