how to add a dynamic image src with laravels blade

前端 未结 3 951
一生所求
一生所求 2021-02-15 16:37

My question is very simple. i use blade in laravel to show the images like


but what

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-15 17:10

    How can i call to a $variable in a blade {{}} call?

    The normal PHP way. A blade {{}} is just the equilivant of

    So the answer to your question is:

    
    

提交回复
热议问题