<!DOCTYPE html>
<html lang="ja">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>">

    <title>物件管理System</title>

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
    
    <script src="<?php echo e(asset('/business/js/app.js')); ?>"></script>
    <script src="<?php echo e(asset('/business/js/add.js')); ?>"></script>

    <script src="<?php echo e(asset('/admin/js/fillable_search.js')); ?>"></script>
    <script src="<?php echo e(asset('/admin/js/search.js')); ?>"></script>
    <script src="//code.jquery.com/jquery-1.10.2.js"></script>
    <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
    <script src="<?php echo e(asset('/js/bootstrap-datepicker.js')); ?>"></script>

    <script src="<?php echo e(asset('/admin/js/forsale_address.js')); ?>"></script>
    <!-- Bootstrap core CSS -->
    <link href="<?php echo e(asset('/business/css/app.css')); ?>" rel="stylesheet">
    <!-- Custom styles for this template -->
    <link href="<?php echo e(asset('/business/css/add.css?v=1')); ?>" rel="stylesheet">
    <link href="<?php echo e(asset('/css/bootstrap-datepicker.css')); ?>" rel="stylesheet">

    
    

    <!-- Font Awesome CSS-->
    <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">

   <link href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css" rel="stylesheet">

<script src="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/js/lightbox.min.js" type="text/javascript"></script>


    <?php echo $__env->yieldPushContent('styles'); ?>
</head>

<body>
<form id="logout-form" action="<?php echo e(route('logout')); ?>" method="POST" style="display: none;">
    <?php echo csrf_field(); ?>
</form>

<!-- Static header -->
<?php echo $__env->make('business.layouts.header', ['isTop' => $isTop ?? false], \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>

<!-- Static navbar
<?php echo $__env->make('admin.layouts.nav', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?> -->
<?php echo $__env->yieldContent('content_buyer'); ?>
<div class="l-contents <?php if(isTargetUrl('business/top')): ?> l-contents__top <?php endif; ?>">
    <?php echo $__env->yieldContent('contents-header'); ?>
    <div class="l-contents__disp">
        <?php echo $__env->yieldContent('contents'); ?>
    </div>
    <?php if(isTargetUrl('business/top')): ?>
        
        <div class="u-top"></div>
    <?php endif; ?>
    <?php echo $__env->yieldContent('contents-header'); ?>
</div>


<!-- Static footer -->
<?php echo $__env->make('business.layouts.footer', \Illuminate\Support\Arr::except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<?php echo $__env->yieldPushContent('scripts'); ?>
</body>
</html>
