product card review avg fx
This commit is contained in:
parent
67f4cbbddb
commit
c7d0e164f7
|
|
@ -1,5 +1,5 @@
|
|||
@extends('shop::layouts.master')
|
||||
@push('css')
|
||||
@push('css_before')
|
||||
<link rel="stylesheet" href="{{bagisto_asset('styles/swiper-bundle.min.css')}}">
|
||||
<link rel="stylesheet" href="{{bagisto_asset('styles/swiper-bundle.css')}}">
|
||||
@endpush
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@
|
|||
<meta http-equiv="content-language" content="{{ app()->getLocale() }}">
|
||||
{{-- <link rel="stylesheet" href="{{ asset('vendor/webkul/ui/assets/css/ui.css') }}">--}}
|
||||
|
||||
<link rel="stylesheet" href="{{bagisto_asset('styles/style.css')}}" />
|
||||
|
||||
@if ($favicon = core()->getCurrentChannel()->favicon_url)
|
||||
<link rel="icon" sizes="16x16" href="{{ $favicon }}" />
|
||||
@else
|
||||
|
|
@ -27,9 +25,9 @@
|
|||
<meta name="description" content="{{ core()->getCurrentChannel()->description }}"/>
|
||||
@endif
|
||||
@show
|
||||
|
||||
@stack('css_before')
|
||||
<link rel="stylesheet" href="{{bagisto_asset('styles/style.css')}}" />
|
||||
@stack('css')
|
||||
|
||||
{!! view_render_event('bagisto.shop.layout.head') !!}
|
||||
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -564,7 +564,7 @@ return [
|
|||
'reviews-title' => ' synyň Ady',
|
||||
'write-review-btn' => 'syn ýazmak',
|
||||
'choose-option' => 'görnüşi saýlaň',
|
||||
'sale' => 'Satyş',
|
||||
'sale' => 'Aksiýa',
|
||||
'new' => 'Täze',
|
||||
'empty' => 'bu bölümde elýeterli haryt ýok',
|
||||
'add-to-cart' => 'Sebede goş',
|
||||
|
|
|
|||
Loading…
Reference in New Issue