This commit is contained in:
Vivek Sharma 2020-02-11 13:40:12 +05:30
parent 1fa7f93c2d
commit b3b830e094
2 changed files with 0 additions and 15 deletions

View File

@ -16,13 +16,8 @@
class="control"
name="{{$locale}}[page_link]"
v-validate="'required|max:150'"
<<<<<<< HEAD
value="{{ isset($locale) ? (old($locale)['page_link'] ?? $content->translate($locale)['page_link']) : '' }}"
data-vv-as="&quot;{{ __('velocity::app.admin.contents.content.category-slug') }}&quot;" />
=======
value="{{ $pageTarget }}"
data-vv-as="&quot;{{ __('velocity::app.admin.contents.content.page-link') }}&quot;" />
>>>>>>> upstream/master
<span class="control-error" v-if="errors.has('page_link')">
@{{ errors.first('page_link') }}

View File

@ -8,14 +8,11 @@
.list-card .wishlist-icon i {
padding-left: 10px;
}
<<<<<<< HEAD
=======
.product-price span:first-child, .product-price span:last-child {
font-size: 18px;
font-weight: 600;
}
>>>>>>> upstream/master
</style>
@endpush
@ -58,19 +55,12 @@
@include ('shop::products.price', ['product' => $product])
</div>
<<<<<<< HEAD
<div class="product-rating">
<star-ratings ratings="{{ $avgRatings }}"></star-ratings>
<span>{{ __('velocity::app.products.ratings', ['totalRatings' => $totalReviews ]) }}</span>
</div>
=======
@if( $totalReviews )
<div class="product-rating">
<star-ratings ratings="{{ $avgRatings }}"></star-ratings>
<span>{{ $totalReviews }} Ratings</span>
</div>
@endif
>>>>>>> upstream/master
<div class="cart-wish-wrap mt5">
@include ('shop::products.add-to-cart', [