changed in filter search #3445
This commit is contained in:
parent
2d69088531
commit
8a7f08670e
|
|
@ -48,7 +48,6 @@ class HomeController extends Controller
|
|||
*/
|
||||
public function index()
|
||||
{
|
||||
|
||||
$currentChannel = core()->getCurrentChannel();
|
||||
|
||||
$currentLocale = core()->getCurrentLocale();
|
||||
|
|
@ -59,7 +58,6 @@ class HomeController extends Controller
|
|||
->get()
|
||||
->toArray();
|
||||
|
||||
|
||||
return view($this->_config['view'], compact('sliderData'));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<meta name="description" content="{{ $page->meta_description }}" />
|
||||
|
||||
<meta name="keywords" content="{{ $page->meta_keywords }}" />
|
||||
|
||||
@endsection
|
||||
|
||||
@section('content-wrapper')
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<div class="sign-up-text">
|
||||
{{ __('shop::app.customer.login-text.no_account') }} - <a href="{{ route('customer.register.index') }}">{{ __('shop::app.customer.login-text.title') }}</a>
|
||||
</div>
|
||||
|
||||
|
||||
{!! view_render_event('bagisto.shop.customers.login.before') !!}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@
|
|||
@push('scripts')
|
||||
<script type="text/x-template" id="datagrid-filters">
|
||||
<div class="grid-container">
|
||||
|
||||
|
||||
<div class="datagrid-filters" id="datagrid-filters">
|
||||
|
||||
<div class="filter-left">
|
||||
|
|
|
|||
Loading…
Reference in New Issue