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

10 lines
157 B
PHP
Raw Normal View History

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