2020-12-24 01:28:38 +03:00
|
|
|
@if ($attachment)
|
2021-01-21 22:29:06 +03:00
|
|
|
<div class="row align-items-center mb-4">
|
2020-12-24 01:28:38 +03:00
|
|
|
<div class="col-xs-12 col-sm-4">
|
|
|
|
@php
|
|
|
|
$file = $attachment;
|
|
|
|
@endphp
|
|
|
|
|
|
|
|
@include('partials.media.file')
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endif
|