@extends('layouts.static-page') @section('meta_title', $pageTitle) @section('meta_description', 'BlackSplit help center') @push('style') {!! $headMarkup !!} @endpush @section('content')
{!! $bodyMarkup !!}
@endsection @push('script') @endpush