Laravel blade view relative path – CPanel
I need help with my Laravel Blade view. Currently i'm using <link href="{{asset('css/sample.css')}}" rel="stylesheet"> to generate the path to my sample.css in my public folder every time. Which it'll generate something like <link href="http://mydomainname/css/sample.css" rel="stylesheet"> and it's working well (my…