@extends('layouts.app') @section('title', $page->title . ' | ' . $websiteSetting->app_name) @section('description', $page->short_description) @section('content')

{{$page->title}}

{{$page->short_description}}

{!! $page->content !!}
@endsection