<?php $__env->startSection('css_page_level'); ?>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.css')); ?>"/>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/global/plugins/select2/css/select2.min.css')); ?>"/>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/global/plugins/select2/css/select2-bootstrap.min.css')); ?>"/>
<link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.css')); ?>"/>


<?php $__env->stopSection(); ?>

<?php $__env->startSection('page-content-wrapper'); ?>
	<div class="page-content-wrapper" id="main">
		<div class="page-content">
			<!-- BEGIN PAGE HEADER-->
			<h3 class="page-title">
			<?php $setting = app('anlutro\LaravelSettings\Facade'); ?>
			<?php echo e($setting::get('system_name','全方位建築智慧化管理系統')); ?> <small><?php echo e($setting::get('company_name','新保科技')); ?></small>
			</h3>
			<div class="page-bar">
				<ul class="page-breadcrumb">
					<li>
						<i class="fa fa-home"></i>
						<a href="<?php echo e(route('manage::index')); ?>"><?php echo app('translator')->get('messages.homepage'); ?></a>
						<i class="fa fa-angle-right"></i>
					</li>
					<li>
						<a href="#"><?php echo app('translator')->get('messages.account_manage'); ?></a>
						<i class="fa fa-angle-right"></i>
					</li>
					<li>
						<a href="#">證照</a>
					</li>
				</ul>
			</div>
			<!-- END PAGE HEADER-->
			<!-- BEGIN DASHBOARD STATS -->
			<div class="row">
				<div class="col-md-12">
					<!-- BEGIN EXAMPLE TABLE PORTLET-->
					<div class="portlet light bordered">
						<div class="portlet-body">
							<!-- Start Quick Filter -->
							<div class="table-toolbar">
								<div class="row">
									<table class="table table-striped table-bordered table-hover">
										<thead>
											<tr>
												<th style="text-align: center;width: 80px;">證照編號</th>
												<th style="text-align: center;width: 248px;">證照</th>
												<th style="text-align: center;width: 80px;">證照編號</th>
												<th style="text-align: center;width: 248px;">證照</th>
												<th style="text-align: center;width: 80px;">證照編號</th>
												<th style="text-align: center;width: 248px;">證照</th>
												<th style="text-align: center;width: 80px;">證照編號</th>
												<th style="text-align: center;width: 248px;">證照</th>
												<th style="text-align: center;width: 80px;">證照編號</th>
												<th style="text-align: center;width: 248px;">證照</th>
											</tr>
										</thead>
										<tbody>
											<tr>
												<td style="vertical-align: middle;text-align: center;">
													證照１
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>1,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
														<div class="fileinput fileinput-new cover_img" data-provides="fileinput">
															<div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
																<?php if($license->licenses_img1 != ''): ?>
																<img src="<?php echo e($license->licenses_img1); ?>" alt=""/>
																<?php else: ?>
																<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
																<?php endif; ?>
															</div>
															<div>
																<?php if($license->licenses_name1 != ''): ?>
																<input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name1); ?>">
																<?php else: ?>
																<input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
																<?php endif; ?>
																<span class="btn default btn-file">
																<span class="fileinput-new">
																<?php echo app('translator')->get('messages.select_img'); ?> </span>
																<span class="fileinput-exists">
																<?php echo app('translator')->get('messages.change'); ?> </span>
																<input type="file" name="cover_img" id="cover_img">
																<input type="hidden" name="compressed_cover" id="compressed_cover" value="">
																</span>
																<a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
																<?php echo app('translator')->get('messages.remove'); ?> </a>
																<button type="submit" class="btn purple fileinput-exists">送出</button>
																<input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
															</div>
														</div>
													</form>
												</td>
												<td style="vertical-align: middle;text-align: center;">
													證照２
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>2,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
														<div class="fileinput fileinput-new cover_img" data-provides="fileinput">
															<div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
																<?php if($license->licenses_img2 != ''): ?>
																<img src="<?php echo e($license->licenses_img2); ?>" alt=""/>
																<?php else: ?>
																<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
																<?php endif; ?>
															</div>
															<div>
																<?php if($license->licenses_name2 != ''): ?>
																<input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name2); ?>">
																<?php else: ?>
																<input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
																<?php endif; ?>
																<span class="btn default btn-file">
																<span class="fileinput-new">
																<?php echo app('translator')->get('messages.select_img'); ?> </span>
																<span class="fileinput-exists">
																<?php echo app('translator')->get('messages.change'); ?> </span>
																<input type="file" name="cover_img" id="cover_img">
																<input type="hidden" name="compressed_cover" id="compressed_cover" value="">
																</span>
																<a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
																<?php echo app('translator')->get('messages.remove'); ?> </a>
																<button type="submit" class="btn purple fileinput-exists">送出</button>
																<input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
															</div>
														</div>
													</form>
												</td>
												<td style="vertical-align: middle;text-align: center;">
													證照３
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>3,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
														<div class="fileinput fileinput-new cover_img" data-provides="fileinput">
															<div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
																<?php if($license->licenses_img3 != ''): ?>
																<img src="<?php echo e($license->licenses_img3); ?>" alt=""/>
																<?php else: ?>
																<img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
																<?php endif; ?>
															</div>
															<div>
																<?php if($license->licenses_name3 != ''): ?>
																<input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name3); ?>">
																<?php else: ?>
																<input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
																<?php endif; ?>
																<span class="btn default btn-file">
																<span class="fileinput-new">
																<?php echo app('translator')->get('messages.select_img'); ?> </span>
																<span class="fileinput-exists">
																<?php echo app('translator')->get('messages.change'); ?> </span>
																<input type="file" name="cover_img" id="cover_img">
																<input type="hidden" name="compressed_cover" id="compressed_cover" value="">
																</span>
																<a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
																<?php echo app('translator')->get('messages.remove'); ?> </a>
																<button type="submit" class="btn purple fileinput-exists">送出</button>
																<input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
															</div>
														</div>
													</form>
												</td>
												<td style="vertical-align: middle;text-align: center;">
													證照４
												</td>
												<td>
			                                        <form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>4,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img4 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img4); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
					                                            <?php if($license->licenses_name4 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name4); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
												</td>
												<td style="vertical-align: middle;text-align: center;">
													證照５
												</td>
												<td>
			                                        <form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>5,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img5 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img5); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
					                                            <?php if($license->licenses_name5 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name5); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
												</td>
											</tr>
											<tr>
												<td style="vertical-align: middle;text-align: center;">
													證照６
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>6,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img6 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img6); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
					                                            <?php if($license->licenses_name6 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name6); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
                                        		</td>
                                        		<td style="vertical-align: middle;text-align: center;">
													證照７
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>7,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img7 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img7); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
					                                            <?php if($license->licenses_name7 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name7); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
                                        		</td>
                                        		<td style="vertical-align: middle;text-align: center;">
													證照８
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>8,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img8 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img8); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
					                                            <?php if($license->licenses_name8 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name8); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
                                        		</td>
                                        		<td style="vertical-align: middle;text-align: center;">
													證照９
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>9,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img9 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img9); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
			                                                	<?php if($license->licenses_name9 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name9); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
                                        		</td>
                                        		<td style="vertical-align: middle;text-align: center;">
													證照１０
												</td>
												<td>
													<form action="<?php echo e(action('Manage\UserController@upload_license',['id'=>10,'uid'=>$uid])); ?>" method="post" class="form-horizontal form-bordered" enctype="multipart/form-data">
			                                            <div class="fileinput fileinput-new cover_img" data-provides="fileinput">
			                                                <div class="fileinput-preview thumbnail" data-trigger="fileinput" style="width: 230px; height: 150px;">
			                                                    <?php if($license->licenses_img10 != ''): ?>
			                                                    <img src="<?php echo e($license->licenses_img10); ?>" alt=""/>
			                                                    <?php else: ?>
			                                                    <img src="http://www.placehold.it/200x150/EFEFEF/AAAAAA&amp;text=no+image" alt=""/>
			                                                    <?php endif; ?>
			                                                </div>
			                                                <div>
				                                                <?php if($license->licenses_name10 != ''): ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;margin-bottom: 5px;" value="<?php echo e($license->licenses_name10); ?>">
					                                            <?php else: ?>
					                                            <input type="text" class="form-control" name="license_name" placeholder="請輸入證照名稱" style="margin-top: 5px;margin-bottom: 5px;margin-bottom: 5px;">
					                                            <?php endif; ?>
			                                                    <span class="btn default btn-file">
			                                                    <span class="fileinput-new">
			                                                    <?php echo app('translator')->get('messages.select_img'); ?> </span>
			                                                    <span class="fileinput-exists">
			                                                    <?php echo app('translator')->get('messages.change'); ?> </span>
			                                                    <input type="file" name="cover_img" id="cover_img">
			                                                    <input type="hidden" name="compressed_cover" id="compressed_cover" value="">
			                                                    </span>
			                                                    <a href="javascript:;" id="cover_reset" class="btn red fileinput-exists" data-dismiss="fileinput">
			                                                    <?php echo app('translator')->get('messages.remove'); ?> </a>
			                                                    <button type="submit" class="btn purple fileinput-exists">送出</button>
			                                                    <input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
			                                                </div>
			                                            </div>
			                                        </form>
                                        		</td>
											</tr>
										</tbody>
									</table>
								</div>
                			</div>
                		</div>
                	</div>	
					<!-- END EXAMPLE TABLE PORTLET-->
				</div>
			</div>
		</div>
	<input type="hidden" id="_token" name="_token" value="<?php echo e(csrf_token()); ?>">
<?php $__env->stopSection(); ?>

<?php $__env->startSection('plugins_page_level'); ?>
<script type="text/javascript" src="<?php echo e(asset('assets/global/plugins/jquery-validation/js/jquery.validate.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(asset('assets/global/plugins/jquery-validation/js/additional-methods.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(asset('assets/global/plugins/bootbox/bootbox.min.js')); ?>"></script>
<script type="text/javascript" src="<?php echo e(asset('assets/global/plugins/select2/js/select2.full.min.js')); ?>" ></script>
<script type="text/javascript" src="<?php echo e(asset('assets/global/plugins/bootstrap-fileinput/bootstrap-fileinput.js')); ?>"></script>


<?php $__env->stopSection(); ?>

<?php $__env->startSection('js_page_level'); ?>
<script>
$('document').ready(function(){

});
</script>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layout.manage', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>