Rename Admin views directory, add some functions on models
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@component('components.layout.box-collapse', ['id' => 'comments', 'title' => __('comments')])
|
||||
@if (!empty($comments))
|
||||
@foreach ($comments as $comment)
|
||||
{!! $comment !!}
|
||||
@endforeach
|
||||
@endif
|
||||
<button type="button" class="btn btn-primary">
|
||||
Ajout note interne
|
||||
<i class="fa fa-plus"></i>
|
||||
</button>
|
||||
@endcomponent
|
||||
@@ -58,6 +58,7 @@
|
||||
<div class="col-md-4">
|
||||
@include('Admin.Shop.Articles.partials.product.images')
|
||||
@include('components.uploader.widget', ['load_url' => route('Admin.Shop.Articles.getImages', ['id' => $article['id'] ?? false]), 'delete_url' => route('Admin.Shop.Articles.deleteImage'), 'title' => 'Photos', 'name' => 'images' ])
|
||||
@include('Admin.Core.Comments.partials.comments')
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user