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