bocanhcam

Results 8 issues of bocanhcam

I want to upload images with some input in my form in one request. How can I do that? Did anyone know please help!

` ` ` ` ``` `money: { decimal: '.', thousands: ',', prefix: '$ ', suffix: ' ', precision: 2, masked: false, },` ``` I have multiple money inputs in my...

I have a resource called `Product` and it has a relationship with another named `Section`. `Section` is multiple select options of Product whenever I create or update Product. Now, Whenever...

Let's say I have `Order` resource that has a relationship one to many with `OrderItem`. `OrderItem` will not be shown without the context of `Order`. That means I must see...

So after sorting I updated my order column. So how to refresh data after sorting so it can return the right data without refreshing the page. Thanks for your help...

question

I want to show `MegaFilter` of `OrderItem` when visiting `Order` detail page. Is it possible? ```php class Order extends Resource { public function fields(NovaRequest $request): array { return [ Text::make('tel'),...

I have a select filter like the one below. The problem is when I change the select option in the original filter of Nova then the select option in MegaFilter...

In a resource `User`: Steps: 1. In an any page 2. Go to `User` index page 3. Click button create, go to `User` create page 2. Submit with invalid input...

bug
next