@DHCN04 I had the same issue today when working on a web App
I presumed that you have Admin folder and your adduser is inside Admin folder
It's a best practice to always write your css link like this
<link href="{{ URL::asset('css/styles.css') }}" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
##Hope it helps?
dapseen said:
@DHCN04 I had the same issue today when working on a web App
I presumed that you have Admin folder and your adduser is inside Admin folderIt's a best practice to always write your css link like this
<link href="{{ URL::asset('css/styles.css') }}" rel="stylesheet">
And not like this
<link href="css/style.css" rel="stylesheet">
##Hope it helps?
@dapseen yeah it works for my image, but my sidenav still not working well..
it's my admin/adduser -> http://prnt.sc/cpyghc
and it's my adduser -> http://prnt.sc/cpyh5u
it's my first time using laravel and i don't know if using blade is complicated like this hihi..
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community