| resources/lang/en.json |
| routes/web.php |
| resources/views/social/home.blade.php |
| resources/views/social/partials/demo.blade.php |
| resources/views/poslanding/partials/explain.blade.php |
| resources/views/poslanding/partials/features.blade.php |
| resources/views/poslanding/partials/testimonials.blade.php |
| app/Coupons.php |
| app/Http/Controllers/AppsController.php |
| app/Http/Controllers/CRUD/AllergensController.php |
| app/Http/Controllers/CartController.php |
| app/Http/Controllers/Controller.php |
| app/Http/Controllers/CouponsController.php |
| app/Http/Controllers/FeaturesController.php |
| app/Http/Controllers/FinanceController.php |
| app/Http/Controllers/FrontEndController.php |
| app/Http/Controllers/HomeController.php |
| app/Http/Controllers/ItemsController.php |
| app/Http/Controllers/OrderController.php |
| app/Http/Controllers/PaymentController.php |
| app/Http/Controllers/PlansController.php |
| app/Http/Controllers/ProcessController.php |
| app/Http/Controllers/RestoareasController.php |
| app/Http/Controllers/RestorantController.php |
| app/Http/Controllers/TablesController.php |
| app/Http/Controllers/TestimonialsController.php |
| app/Http/Kernel.php |
| app/Http/Middleware/EnsureOwnerIsOnPROPlan.php |
| app/Items.php |
| app/Models/Allergens.php |
| app/Models/Features.php |
| app/Models/Posts.php |
| app/Models/Process.php |
| app/Models/Testimonials.php |
| app/Notifications/OrderNotification.php |
| app/Order.php |
| app/Providers/AppServiceProvider.php |
| app/Repositories/CartDBStorageRepository.php |
| app/Repositories/Orders/BaseOrderRepository.php |
| app/Repositories/Orders/Local/DeliveryCODOrder.php |
| app/Repositories/Orders/Local/DeliveryLinkPaymentOrder.php |
| app/Repositories/Orders/Local/DeliveryStripeOrder.php |
| app/Repositories/Orders/LocalOrderRepository.php |
| app/Repositories/Orders/OrderRepoGenerator.php |
| app/Repositories/Orders/POS/DeliveryLinkPaymentOrder.php |
| app/Repositories/Orders/POS/DineinLinkPaymentOrder.php |
| app/Repositories/Orders/POS/PickupLinkPaymentOrder copy.php |
| app/Repositories/Orders/Social/DeliveryCODOrder.php |
| app/Repositories/Orders/Social/DeliveryLinkPaymentOrder.php |
| app/Repositories/Orders/SocialOrderRepository.php |
| app/Restorant.php |
| app/Tables.php |
| app/Traits/Expedition/HasSimpleDelivery.php |
| app/Traits/Payments/HasLinkPayment.php |
| app/Traits/Payments/HasStripe.php |
| app/User.php |
| config/app.php |
| config/config.php |
| config/self-update.php |
| config/settings.php |
| config/translation.php |
| database/migrations/2021_10_09_162446_update_order_with_coupons.php |
| database/migrations/2021_11_06_104921_create_item_has_allergens.php |
| database/seeders/DatabaseSeeder.php |
| public/css/elegant.css |
| public/custom/css/custom.css |
| public/custom/js/cartFunctions.js |
| public/custom/js/cartPOSFunctions.js |
| public/custom/js/checkout.js |
| public/custom/js/eleganttemplate.js |
| public/custom/js/js.js |
| public/custom/js/pusher.js |
| public/default/cover_dark.jpg |
| public/images/icons/allergens/001-peanut.png |
| public/images/icons/allergens/002-egg.png |
| public/images/icons/allergens/012-almond.png |
| public/images/icons/allergens/020-fish.png |
| public/images/icons/allergens/049-milk.png |
| readme.md |
| resources/lang/en/custom.php |
| resources/views/apps/index.blade.php |
| resources/views/cart.blade.php |
| resources/views/cart/coupons.blade.php |
| resources/views/cart/localorder/dineiintakeawaydeliver.blade.php |
| resources/views/cart/localorder/table.blade.php |
| resources/views/cart/payment.blade.php |
| resources/views/coupons/form.blade.php |
| resources/views/crud/allergens/index.blade.php |
| resources/views/finances/financialdisplay.blade.php |
| resources/views/general/masterwithdetail.blade.php |
| resources/views/items/edit.blade.php |
| resources/views/landing/features/index.blade.php |
| resources/views/landing/processes/index.blade.php |
| resources/views/landing/testimonials/index.blade.php |
| resources/views/layouts/app.blade.php |
| resources/views/layouts/headers/guest.blade.php |
| resources/views/layouts/navbars/menus/admin.blade.php |
| resources/views/layouts/navbars/menus/owner.blade.php |
| resources/views/layouts/navbars/navs/guest.blade.php |
| resources/views/messages/social.blade.php |
| resources/views/orders/multypay.blade.php |
| resources/views/orders/partials/actions/actions.blade.php |
| resources/views/orders/partials/modals.blade.php |
| resources/views/orders/partials/orderdisplay.blade.php |
| resources/views/orders/partials/orderdisplay_local.blade.php |
| resources/views/orders/partials/orderinfo.blade.php |
| resources/views/orders/success.blade.php |
| resources/views/partials/select.blade.php |
| resources/views/plans/current.blade.php |
| resources/views/plans/force.blade.php |
| resources/views/restoareas/index.blade.php |
| resources/views/restorants/partials/info.blade.php |
| resources/views/restorants/partials/waphone.blade.php |
| resources/views/restorants/show.blade.php |
| resources/views/tables/index.blade.php |