initial commit
This commit is contained in:
12
resources/views/lg/pdf/partial/img_bottom.blade.php
Normal file
12
resources/views/lg/pdf/partial/img_bottom.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
@foreach ($img_bottom as $key => $obj)
|
||||
<div class="row">
|
||||
<div class="col-md-12 text-center">
|
||||
{!! $obj !!}
|
||||
<!-- <img style="width: 100%;margin-top: 20px" src="{{asset(getPublicFile($obj))}}" >-->
|
||||
</div>
|
||||
</div>
|
||||
@endforeach
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user