inital commit
This commit is contained in:
11
resources/views/lg/pdf/partial/content.blade.php
Normal file
11
resources/views/lg/pdf/partial/content.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@foreach ($content as $key => $obj)
|
||||
|
||||
<?php if(array_key_exists($key,$content_image)) {?>
|
||||
<div class="col-md-8 text-center">
|
||||
<img src="<?php echo asset($content_image[$key])?>" width="500" height="400">
|
||||
</div><br>
|
||||
<?php } ?>
|
||||
<div class="cb-content">{!! $obj !!}</div>
|
||||
@endforeach
|
||||
|
||||
|
||||
Reference in New Issue
Block a user