Akaunting/resources/views/components/show/container.blade.php

10 lines
157 B
PHP
Raw Normal View History

2022-06-01 07:15:55 +00:00
@if (! empty($left) && $left->isNotEmpty())
{!! $left !!}
@endif
@if (! empty($right) && $right->isNotEmpty())
{!! $right !!}
@endif
{!! $slot !!}