{!! $client->active ? "<p class='text-success'>Active</p>" :
"<p class='text-danger'>Inactive</p>" !!}
Use {!! !!} tag to convert html tags inside curly braces.
Deal With Errors. Happy coding
Use {!! !!} tag to convert html tags inside curly braces.
Comments
Post a Comment