Merge Invoice and Bill into Document
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@if ($attachment)
|
||||
<div class="row align-items-center">
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
@php
|
||||
$file = $attachment;
|
||||
@endphp
|
||||
|
||||
@include('partials.media.file')
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
Reference in New Issue
Block a user