with the admin panel where the admin can add, edit and delete?
How do i make this validation?
Is it possible?
is it free of charge?
how to sum 10 percent of a price after a year ?
do anyone have laravel news page project with admin panel?
https://t.me/c/1333092984/25562

I have many to many rel but when I add new student to dore it just update the previous data it doesn’t add a new one
Can anyone help me

Hi i have strange problem we are 2 developers im in the laravel backend and my partner in react frontend , we are workig with 2 servers ,and when he send me post request by axios
the browser response error “has been blocked by CORS origin . i see all of tetorial and install laravel cora packeges and nothing no help me this is my first job and im stress and sad please help me 🙏
https://stackoverflow.com/questions/60003036/cant-send-requests-from-frontend-to-my-laravel-beckend-because-of-cors
this is my question in stack i do all answers and nothing no help me
i have a strange problem.
I am using laravel as my beckend and from the frontend i am trying to send a request to my API, but it is on another server, so i used laravel-cors for CORS.
But i am st…

No
Your question in stack asked in bad way
Try to improve your question
Paste more code
Upload images and …
Maybe someone can help you
Hi i have strange problem we are 2 developers im in the laravel backend and my partner in react frontend , we are workig with 2 servers ,and when he send me post request by axios
the browser response error “has been blocked by CORS origin . i see all of tetorial and install laravel cora packeges and nothing no help me this is my first job and im stress and sad please help me 🙏
https://stackoverflow.com/questions/60003036/cant-send-requests-from-frontend-to-my-laravel-beckend-because-of-cors
this is my question in stack i do all answers and nothing no help me
Are you saw this
https://stackoverflow.com/questions/43871637/no-access-control-allow-origin-header-is-present-on-the-requested-resource-whe/43881141#43881141
I’m trying to fetch some data from the REST API of HP Alm. It works pretty well with a small curl script—I get my data.
Now doing that with JavaScript, fetch and ES6 (more or less) seems to be a bi…
https://packagist.org/packages/barryvdh/laravel-cors
Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application
For only $150, iamaeshar will design and develop ico website with user and admin dashboard. | Are you Looking for a Perfect responsive ICO landing + User dashboard & admin panel?Yes, I’ll develop your ICO landing page + User Dashboard + | On Fiverr.com


I wanted some like this.
Try voyager
is it free of charge?
من ی فرم دارم که علاوه برا iput ها
ی div هم دارم ک داخلش یه text دارم.
میخام علاوه برا iput ها ک پست میشه، متن داخل div هم پست بشه
راهکاری دارین دوستان؟؟؟
من ی فرم دارم که علاوه برا iput ها
ی div هم دارم ک داخلش یه text دارم.
میخام علاوه برا iput ها ک پست میشه، متن داخل div هم پست بشه
راهکاری دارین دوستان؟؟؟
Sorry, English group
Japanese ✌🏼
yes inbox
Use jobs
Provide additional data please
About dynamic forms validation
I have a counter and a form and a subform , in main form In a loop by $counrer I include subform
Like this
For example in this scenario
$counter=3
And the main form is
form.blade.php
<from >
…
@for($i=1;$i<=$counter;$i++)
@include(‘subform’)
@endfor
_————-
And subform like this
subform.blade.php
<input type=”text” name=”name{{$i}}” >
<input type=”text” name=”email{{$i}}” >
….
So I how to validate these dynamic inputs