akaunting 3.0 (the last dance)
This commit is contained in:
9
resources/views/components/show/container.blade.php
Normal file
9
resources/views/components/show/container.blade.php
Normal file
@ -0,0 +1,9 @@
|
||||
@if (! empty($left) && $left->isNotEmpty())
|
||||
{!! $left !!}
|
||||
@endif
|
||||
|
||||
@if (! empty($right) && $right->isNotEmpty())
|
||||
{!! $right !!}
|
||||
@endif
|
||||
|
||||
{!! $slot !!}
|
Reference in New Issue
Block a user