akaunting/resources/views/components/show/container.blade.php
2022-06-01 10:15:55 +03:00

10 lines
157 B
PHP

@if (! empty($left) && $left->isNotEmpty())
{!! $left !!}
@endif
@if (! empty($right) && $right->isNotEmpty())
{!! $right !!}
@endif
{!! $slot !!}