not rendering html {!! $property->property_address !!} like in laravel 10, how to solve ? When I tried to get data on the frontend, from the database, I am getting rgb:color:2:29:43 type of message in the long description. HOw to solve it ?
Can you show the code you are using? Please format it.
@jlrdw plz help me. how to format the code.
< ! --this one is showing error !>
<div class="text">
<p>{{ $blog->long_description }}</p>
</div>
you have marked it answered, so happy days!
@Snapey but not solved, I am new in laracast, don't know many features.
@ashokabrother show code of where the data comes from. And check your network tab response and request to see what is happening.
Edit:
It might help you if you take the free laravel training from this site. @jeffreyway covers crud (create, read, update, delete) operations.
@Snapey I am new to laracasts . I am from Nepal. doing laravel since last year. heard about laracast but from this morning. I knew , its very nice, its the "stackovedrflow of PHP and laravel" thank you for your ongoing help.
@Snapey I want to master laravel. I think this platform will help me a lot .
what do you have in your database?
@Snapey long description, that is tinymce type of html framework. Database also has funny html characters.
@ashokabrother you database should contain the text you expect to appear when you echo it to the screen
sounds like you need to go back a stage to where you capture the data
Please sign in or create an account to participate in this conversation.