Nisha Patel
Retrieve data using livewire and blade - Laravel
Problem:
I am creating a feature for user to submit cases, i could save the case to the database but i am unable to retrieve it from the database. here's the code.
manage-case.php component
manage-case.blade
retrieve-case.php component
retrieve-case.blade
I tried changing the foreach loop and it still doesnt work, i expect it to be able to retrieve the submitted cases and list them out using foreach loop
Migration
model
Solution:
Try this.
Always put the data to the view.
manage-case.php component
Suggested blogs:
>Invoking Python script from scons and pass ARGLIST
>How to save python yaml and load a nested class?-Python
>How you can send email from a shared inbox in Python
>How to read frame from ffmpeg subprocess in Python?
>What are the steps to fix error while downloading PDF file- Python