Hi. Put your image file into public/img directory. Then, in your blade template:
<img src="{{ asset('img/your_file.png') }}" />
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community