<style type="text/css" media="print">
    @page  {
        size: auto;
        margin: 0mm;
    }
</style>






 <?php echo $__env->make('business.objects.projects.for-sale-print-button', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<style type="text/css">
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.print_header p {
    margin-bottom: 0 !important;
}
</style>
<div class="p-print-box">
<div class="head-print">
<div class="print_header">
    <p class="f-left"><b>
            <?php if(strstr($_SERVER["REQUEST_URI"],'close')): ?>
                成約物件
            <?php else: ?>
                売出物件
            <?php endif; ?>
        </b></p>
    <?php
        if(!isset($total)){
            $total = $items->total();
        }
    ?>
    <p class="f-right"><b>該当件数：<?php echo e($total - count($items->whereIn('building_id', $hide_items))); ?></b></p>
    <div class="clear"></div>
    <hr>
</div>
</div>
<?php $__currentLoopData = $items; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?>
<section class="p-print">
    <?php echo $__env->make('business.objects.projects.for-sale-print-main-sheet-detail', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</section>
<?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?>
</div>
