invoiceninja/resources/views/portal/ninja2020/components/test.blade.php

3 lines
96 B
PHP

@if(app()->environment() == 'testing' || app()->environment() == 'local')
{{ $slot }}
@endif