This commit is contained in:
2024-01-26 23:59:37 +05:00
parent 0ba2f0ce8b
commit 005a906776
15 changed files with 1006 additions and 650 deletions

View File

@@ -27,6 +27,7 @@ use Laravel\Nova\Fields\Image;
use Laravel\Nova\Fields\Number;
use Laravel\Nova\Fields\Select;
use Laravel\Nova\Fields\Text;
use Laravel\Nova\Fields\Boolean;
use Laravel\Nova\Http\Requests\NovaRequest;
use Laravel\Nova\Panel;
use Nurmuhammet\NovaInputmask\NovaInputmask;
@@ -305,6 +306,10 @@ class CardOrder extends Resource
->creationRules('required')
->updateRules('nullable'),
]),
new Panel(__('Contract'), [
]),
];
}

View File

@@ -8,6 +8,7 @@
"php": "^8.1",
"denniseilander/pulse-about-application": "^0.1.1",
"eolica/nova-locale-switcher": "dev-support-nova-4",
"outl1ne/nova-grid": "dev-revert-back",
"geowrgetudor/disk-metrics": "^1.2",
"guzzlehttp/guzzle": "^7.2",
"konsulting/nova-target": "^1.0",
@@ -18,7 +19,6 @@
"laravel/tinker": "^2.8",
"morrislaptop/laravel-pulse-4xx": "^0.0.2",
"nurmuhammet/nova-inputmask": "^1.0",
"outl1ne/nova-grid": "@dev",
"outl1ne/nova-translatable": "^2.2",
"spatie/laravel-backup": "^8.4",
"spatie/laravel-permission": "^6.1",
@@ -81,6 +81,10 @@
"0": {
"type": "vcs",
"url": "https://github.com/anditsung/nova-locale-switcher"
},
"1": {
"type": "vcs",
"url": "https://github.com/nurmuhammet-ali/nova-grid"
}
},
"config": {

1601
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -250,5 +250,6 @@
"Citizenship": "Raýatlyk",
"Permission": "Rugsat",
"Permissions": "Rugsatlar",
"Code": "Kod"
"Code": "Kod",
"I accept terms of contract": "Şertnama bilen razylaşýaryn"
}

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,16 @@
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/
/*!
* vuex v4.1.0
* (c) 2022 Evan You
* @license MIT
*/
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,8 @@
{
"/app.js": "/app.js?id=cbc6a800b27374de3421498b340271d8",
"/app.js": "/app.js?id=a04fdf69751618e7e7574745c73d9f47",
"/manifest.js": "/manifest.js?id=d75058ce2144a4049857d3ff9e02de1e",
"/app.css": "/app.css?id=496e3383c5e2918c7bc875f45870e701",
"/vendor.js": "/vendor.js?id=3e47e93794256e153b0d0282052fd744",
"/app.css": "/app.css?id=2b46e7dc4f4700aa130e9b514c5c9a6c",
"/vendor.js": "/vendor.js?id=149e2127cae34c2de25438df9c51f7ba",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

File diff suppressed because one or more lines are too long

View File

@@ -472,6 +472,16 @@
* @license MIT
*/
/*!
* focus-trap 7.5.2
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
*/
/*!
* tabbable 6.2.0
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
*/
/*! Hammer.JS - v2.0.7 - 2016-04-22
* http://hammerjs.github.io/
*

File diff suppressed because one or more lines are too long