Hi everyone i got problem fetching the correct format data that i insert in the database from ckeditor. so in this case when i fetch the data from the database, the format that i make in ckeditor is not same in the html page. so to understand well, i will demonstrate what I am saying.
Programming Language: Laravel
1. Illustration (listing number)
2. Inserted data in the database .
3. Output
Foreach Code:
@foreach($bump_bar_not_working_solution as $bump_bar_not_working_solution_data)
<label style="font-size:14px;">{{strip_tags($bump_bar_not_working_solution_data->description)}}</label>
@endforeach
Import CKeditor:
<script src="https://cdn.ckeditor.com/ckeditor5/16.0.0/classic/ckeditor.js"></script>
Hope Someone experience this.
2.
3.
4.
– SoulAiker Dec 31 '19 at 07:54