| app/Events/NewOrder.php |
| app/Events/NewVendor.php |
| app/Http/Controllers/API/Client/AuthController.php |
| app/Http/Controllers/API/Client/SettingsController.php |
| app/Http/Controllers/API/Client/VendorController.php |
| app/Http/Controllers/API/Driver/AuthController.php |
| app/Http/Controllers/API/Driver/OrdersController.php |
| app/Http/Controllers/API/Vendor/AuthController.php |
| app/Http/Controllers/AppsController.php |
| app/Http/Controllers/CartController.php |
| app/Http/Controllers/Controller.php |
| app/Http/Controllers/DriverController.php |
| app/Http/Controllers/FrontEndController.php |
| app/Http/Controllers/HomeController.php |
| app/Http/Controllers/Items/OptionsController.php |
| app/Http/Controllers/ItemsController.php |
| app/Http/Controllers/OrderController.php |
| app/Http/Controllers/PlansController.php |
| app/Http/Controllers/ProfileController.php |
| app/Http/Controllers/RestorantController.php |
| app/Http/Controllers/SettingsController.php |
| app/Http/Controllers/SimpleDeliveryController.php |
| app/Http/Controllers/UserController.php |
| app/Http/Kernel.php |
| app/Http/Middleware/EnsureSetupIsDone.php |
| app/Http/Middleware/Impersonate.php |
| app/Http/Middleware/Language.php |
| app/Imports/RestoImport.php |
| app/Items.php |
| app/MyModel.php |
| app/NotificationChannels/Expo/Exceptions/CouldNotSendNotification.php |
| app/NotificationChannels/Expo/ExpoChannel.php |
| app/NotificationChannels/Expo/ExpoMessage.php |
| app/NotificationChannels/Expo/ExpoServiceProvider.php |
| app/Notifications/ManagerCreated.php |
| app/Notifications/OrderNotification.php |
| app/Order.php |
| app/Plans.php |
| app/Providers/AppServiceProvider.php |
| app/Repositories/Orders/BaseOrderRepository.php |
| app/Repositories/Orders/OrderRepoGenerator.php |
| app/Repositories/Orders/PD/DeliveryCODOrder.php |
| app/Repositories/Orders/PD/DeliveryLinkPaymentOrder.php |
| app/Repositories/Orders/PD/PickupCODOrder.php |
| app/Repositories/Orders/PD/PickupLinkPaymentOrder.php |
| app/Repositories/Orders/PDOrderRepository.php |
| app/Repositories/Orders/POS/PickupLinkPaymentOrder.php |
| app/Repositories/Orders/SocialOrderRepository.php |
| app/Restorant.php |
| app/Services/ConfChanger.php |
| app/Traits/Expedition/HasComplexDelivery.php |
| app/Traits/Modules.php |
| app/User.php |
| config/app.php |
| config/config.php |
| config/settings.php |
| database/migrations/2021_08_04_073843_add_md_to_orders.php |
| database/migrations/2021_09_03_131601_update_with_default_variants.php |
| database/migrations/2021_09_04_091444_cat_sd.php |
| database/migrations/2022_01_26_085729_update_item_desc_to_text.php |
| database/migrations/2022_02_26_234212_update_users_with_expotoken.php |
| database/migrations/2022_04_06_224707_update_items_with_discount_price.php |
| database/migrations/2022_04_14_082828_update_companies_with_can_dinein.php |
| database/migrations/2022_04_14_091003_update_delivery_areas_with_phone.php |
| database/seeders/DemoSeeder.php |
| database/seeders/LandingPageSeeder.php |
| database/seeders/PlansSeeder.php |
| database/seeders/RestorantsTableSeeder.php |
| database/seeders/UsersTableSeeder.php |
| package.json |
| public/byadmin/frontmenu.css |
| public/byadmin/frontmenu.js |
| public/custom/css/blob.css |
| public/custom/js/cartPOSFunctions.js |
| public/custom/js/checkout.js |
| public/custom/js/js.js |
| public/images/icons/common/down.svg |
| public/images/icons/common/whatsapp.svg |
| public/vendor/alpine/alpine.js |
| public/vendor/jquery/jquery.min.js |
| public/vendor/mapbox/mapbox-gl-draw.css |
| public/vendor/mapbox/mapbox-gl-draw.js |
| public/vendor/mapbox/mapbox-gl-geocoder.css |
| public/vendor/mapbox/mapbox-gl-geocoder.min.js |
| public/vendor/mapbox/mapbox-gl.css |
| public/vendor/mapbox/mapbox-gl.js |
| public/vendor/mapbox/turf.min.js |
| public/vendor/tailwind/tailwind.min.css |
| resources/views/agrislanding/home.blade.php |
| resources/views/auth/login.blade.php |
| resources/views/auth/register.blade.php |
| resources/views/cart.blade.php |
| resources/views/cart/time.blade.php |
| resources/views/dashboard.blade.php |
| resources/views/delivery/index.blade.php |
| resources/views/general/master.blade.php |
| resources/views/items/edit.blade.php |
| resources/views/layouts/common.blade.php |
| resources/views/layouts/front.blade.php |
| resources/views/layouts/ga.blade.php |
| resources/views/layouts/menu/top.blade.php |
| resources/views/layouts/menu/top_justlogo.blade.php |
| resources/views/layouts/navbars/menus/admin.blade.php |
| resources/views/layouts/navbars/menus/manager.blade.php |
| resources/views/layouts/navbars/menus/owner.blade.php |
| resources/views/layouts/navbars/menus/staff.blade.php |
| resources/views/layouts/navbars/navs/guest.blade.php |
| resources/views/layouts/navbars/sidebar.blade.php |
| resources/views/orders/partials/actions/actions.blade.php |
| resources/views/orders/partials/map.blade.php |
| resources/views/orders/partials/orderdisplay.blade.php |
| resources/views/orders/partials/orderinfo.blade.php |
| resources/views/orders/show.blade.php |
| resources/views/partials/images.blade.php |
| resources/views/partials/map.blade.php |
| resources/views/plans/form.blade.php |
| resources/views/plans/index.blade.php |
| resources/views/plans/plugins.blade.php |
| resources/views/profile/edit.blade.php |
| resources/views/restorants/index.blade.php |
| resources/views/restorants/partials/info.blade.php |
| resources/views/restorants/partials/modals.blade.php |
| resources/views/restorants/partials/options.blade.php |
| resources/views/restorants/show.blade.php |
| resources/views/settings/index.blade.php |
| resources/views/social/home.blade.php |
| routes/api.php |
| routes/web.php |