@extends('layouts.app') @section('pagetitle', $page->title) @section('css') @endsection @section('js') @endsection @section('content')
{!! $page->content !!}
@include('contact-form') @endsection