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