@include("staff-report.layouts.index-expiry-form")
@if ($expiryByPeriods)
@foreach($expiryByPeriods as $i => $data) @if (!$i) @continue @endif
@if (count($data)) @include("staff-report.layouts.index-expiry-table", ["data" => $data]) @else
@endif
@endforeach
@endif