This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources/views/social/partials/hero.blade.php | |
resources/views/banners/index.blade.php | |
resources/views/cart.blade.php | |
resources/views/cart/newclient.blade.php | |
resources/views/cities/index.blade.php | |
resources/views/coupons/index.blade.php | |
resources/views/delivery/index.blade.php | |
resources/views/general/form.blade.php | |
resources/views/items/options/index.blade.php | |
resources/views/items/variants/index.blade.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources/lang/en.json | |
resources/lang/en/whatsapp.php | |
resources/views/auth/login.blade.php | |
resources/views/cart/newaddress.blade.php | |
resources/views/cart/payment.blade.php | |
resources/views/cart/payments/cod.blade.php | |
resources/views/cart/payments/stripe.blade.php | |
resources/views/cart/simple_area.blade.php | |
resources/views/dashboard.blade.php | |
resources/views/delivery/index.blade.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources/views/social/partials/hero.blade.php | |
resources/views/social/partials/modals.blade.php | |
resources/views/social/partials/nav.blade.php | |
resources/views/qrsaas/partials/nav.blade.php | |
resources/lang/en.json | |
composer.json | |
composer.lock | |
.gitignore | |
app/Http/Controllers/API/Client/SettingsController.php | |
app/Http/Controllers/API/Driver/OrdersController.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources/views/social/home.blade.php | |
resources/views/social/partials/footer.blade.php | |
resources/views/social/partials/hero.blade.php | |
resources/views/social/partials/modals.blade.php | |
resources/views/social/partials/nav.blade.php | |
resources/lang/en/whatsapp.php | |
resources/lang/en.json | |
resources/lang/en/validation.php | |
app/Http/Controllers/FrontEndController.php | |
app/Http/Controllers/API/Client/OrdersController.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resources/views/qrsaas/partials/footer.blade.php | |
resources/lang/en.json | |
resources/lang/en/validation.php | |
config/money.php | |
public/custom/css/custom.css | |
public/custom/js/js.js | |
.gitignore | |
app/Http/Controllers/API/Client/OrdersController.php | |
app/Http/Controllers/ClientController.php | |
app/Http/Controllers/FeaturesController.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "1.8.0", | |
"archive": "update.zip", | |
"description": "FIXES" | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var liveOrders=null; | |
function getLiveOrders(){ | |
axios.get('/liveapi').then(function (response) { | |
liveOrders.neworders=response.data.neworders; | |
liveOrders.accepted=response.data.accepted; | |
liveOrders.done=response.data.done; | |
liveOrders.calculateBiggest() | |
console.log(response.data); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function() { | |
var OneSignal = window.OneSignal || []; | |
OneSignal.push(["init", { | |
appId: ONESIGNAL_APP_ID, | |
subdomainName: "", | |
autoRegister: true, | |
promptOptions: { | |
actionMessage: "We'd like to show you notifications for the latest orders", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DELETE from order_has_status where order_id<601; | |
DELETE from orders where id<601; | |
DELETE FROM address where id<6; | |
DELETE FROM items where id<256; | |
DELETE FROM categories where id<52; | |
DELETE FROM hours where restorant_id<13; | |
DELETE FROM model_has_roles where model_id<6 and model_id>1; | |
DELETE FROM restorants where id<13; | |
DELETE FROM users where id<6 and id>1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! ========================================================= | |
* | |
Material Dashboard PRO - V1.1.0 | |
* | |
* ========================================================= | |
* | |
* Copyright 2016 Creative timr (http://www.creative-tim.com/product/material-dashboard-pro) | |
* | |
* _oo0oo_ | |
* o8888888o |
NewerOlder