Rename Admin views directory, add some functions on models

This commit is contained in:
Ludovic CANDELLIER
2021-07-27 22:12:58 +02:00
parent 734ec87b89
commit 7ec40145de
229 changed files with 81 additions and 349 deletions

View File

@@ -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

View File

@@ -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