Card Requisite
This commit is contained in:
@@ -6,6 +6,7 @@ use App\Models\Branch\Branch;
|
|||||||
use App\Models\Order\Card\Requisite\CardRequisite as CardRequisiteModel;
|
use App\Models\Order\Card\Requisite\CardRequisite as CardRequisiteModel;
|
||||||
use App\Nova\Filters\RegionFilter;
|
use App\Nova\Filters\RegionFilter;
|
||||||
use App\Nova\Filters\StatusFilter;
|
use App\Nova\Filters\StatusFilter;
|
||||||
|
use App\Nova\Nova;
|
||||||
use App\Nova\Resource;
|
use App\Nova\Resource;
|
||||||
use App\Repos\Order\Card\CardTypeRepo;
|
use App\Repos\Order\Card\CardTypeRepo;
|
||||||
use App\Repos\Order\OrderRepo;
|
use App\Repos\Order\OrderRepo;
|
||||||
@@ -95,6 +96,26 @@ class CardRequisite extends Resource
|
|||||||
return __('Card requisite');
|
return __('Card requisite');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the text for the create resource button.
|
||||||
|
*
|
||||||
|
* @return string|null
|
||||||
|
*/
|
||||||
|
public static function createButtonLabel(): string
|
||||||
|
{
|
||||||
|
return __('Order a cart requisite');
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the text for the update resource button.
|
||||||
|
*
|
||||||
|
* @return string|null
|
||||||
|
*/
|
||||||
|
public static function updateButtonLabel(): string
|
||||||
|
{
|
||||||
|
return __('Update cart requisite');
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build an "index" query for the given resource.
|
* Build an "index" query for the given resource.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -263,5 +263,8 @@
|
|||||||
"Please wait while we redirect you to your personal account": "Şahsy hasabyňyza geçýänçä garaşyň",
|
"Please wait while we redirect you to your personal account": "Şahsy hasabyňyza geçýänçä garaşyň",
|
||||||
"Order new card": "Täze kart açmak",
|
"Order new card": "Täze kart açmak",
|
||||||
"Card requisite": "Kart rekwizit",
|
"Card requisite": "Kart rekwizit",
|
||||||
"Card requisites": "Kart rekwizitler"
|
"Card requisites": "Kart rekwizitler",
|
||||||
|
"Order a cart requisite": "Kart rekwizitini sargyt ediň",
|
||||||
|
"Update cart requisite": "Üýtget",
|
||||||
|
"Card number": "Kart belgisi"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user