@if ($code->children->isNotEmpty()) @foreach ($code -> children as $child) @include('voucher.partials.options', ['code' => $child]) @endforeach @else @if ($code->code_active === 'YES') @endif @endif