{{$customPage->title}}
{!! $customPage->content !!}
{!! Form::label('published', 'Published:', ['class' => 'col-md-3 control-label mx-1']) !!}

{!! getBooleanColumn($customPage,'published') !!}

{!! Form::label('created_at', 'Created At:', ['class' => 'col-md-3 control-label mx-1']) !!}

{!! $customPage->created_at !!}

{!! Form::label('updated_at', 'Updated At:', ['class' => 'col-md-3 control-label mx-1']) !!}

{!! $customPage->updated_at !!}