Problem and Solutions
CSS and JS files is not loading in Laravel why ?
By M.K. Verma · 2 May 2022

Try this code
<link rel="stylesheet" type="text/css" href="{{ asset('/assets_setup/css/style.css') }}">
Advertisement
Problem and Solutions
By M.K. Verma · 2 May 2022

Try this code
<link rel="stylesheet" type="text/css" href="{{ asset('/assets_setup/css/style.css') }}">