And how would it be, when selecting the product, bring the values of the products table as the price, and the user should only put the quantity... I suppose that the total field should be a custom field that calculates the price by the quantity.
I assume you're using the Laravel Bootstrap Framework stack for your project. To export multiple tables, you'll need to manually edit the Controller to fetch the records from the additional tables and pass them to the Blade template as an array of values. Then, modify the export Blade template located in your published application's `resources\views eports` folder. Basic experience with Laravel Blade Templates will be necessary for this task.
And how would it be, when selecting the product, bring the values of the products table as the price, and the user should only put the quantity... I suppose that the total field should be a custom field that calculates the price by the quantity.
I tried to export, but only one table showed, can you give tutorial how to export both of the table?
I assume you're using the Laravel Bootstrap Framework stack for your project. To export multiple tables, you'll need to manually edit the Controller to fetch the records from the additional tables and pass them to the Blade template as an array of values. Then, modify the export Blade template located in your published application's `resources\views
eports` folder. Basic experience with Laravel Blade Templates will be necessary for this task.