@extends('layouts.app') @section('title', $page->title) @section('description', $page->short_description) @section('header', true) @section('content')
@if ($page->slug != 'contact-us') {!! $page->body !!} @else
@csrf
@endif
@endsection