@extends('layouts.static-page') @section('meta_title', $pageTitle) @section('meta_description', $pageDescription ?? ($pageTitle . ' page')) @section('content')

{{ $pageTitle }}

@endsection