@php($subtitle = $subtitle ?? null) {{ $title }}

{{ $title }}

@if(!empty($subtitle))

{{ $subtitle }}

@endif @foreach($tables as $tableHtml) {!! $tableHtml !!} @endforeach