@extends('web_stores.layouts.app') @section('content')
@endsection @section('script') $$('.confirm-ok').on('click', function () { app.dialog.confirm("{{App\Language::trans('Are you sure clear all histories?')}}", function () { var url = "{!!action('AppsWebStoresController@getClearSearchHistory', $request->input())!!}"; window.location.href = url; }); }); @endsection