{{-- start of fixed monthly repeating amount --}} @php $repeaterId = $tableId.'_repeater'; use App\Models\OtherName; @endphp {{-- --}} @php $rows = isset($model) ? $model->getOtherExceptTotal() : [-1] ; @endphp @foreach( count($rows) ? $rows : [-1] as $subModel) @php if( !($subModel instanceof OtherName) ){ unset($subModel); } @endphp
{{--
--}} @endforeach
{{-- end of fixed monthly repeating amount --}}