File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33@section (' content' )
44
5- <style >.delete {color :#fff ; background-color :tomato ; border-radius :5px ; padding :8px 12px ; cursor : pointer ;}.delete :hover {color :#fff ;background-color :#f13d1d ;} @media ( max - width : 1450 px ){. hide-mobile-del { display : none ;} } </style >
5+ <style >.delete {color :#fff ; background-color :tomato ; border-radius :5px ; padding :8px 12px ; cursor : pointer ;}.delete :hover {color :#fff ;background-color :#f13d1d ;}} </style >
66
77 <h2 class =" mb-4" ><i class =" bi bi-person" > Users</i ></h2 >
88
3030 <th scope =" col" >Links</th >
3131 @if (env (' REGISTER_AUTH' ) !== ' auth' )<th style =" width :15% " scope =" col" >E-Mail Verified</th >@endif
3232 <th scope =" col" >Block</th >
33- <th scope =" col" >Delete user</th >
33+ <th scope =" col" style = " width : 150 px " >Delete user</th >
3434 </tr >
3535 </thead >
3636 <tbody >
4848 @endif
4949 @endif
5050 <td >@if ($user -> find ($user -> id )-> role == ' admin' )-@else <a href =" {{ route (' blockUser' , [' block' => $user -> block , ' id' => $user -> id ] ) } }" class =" text-danger" >{{ $user -> block } } </a >@endif </td >
51- <td >@if ($user -> find ($user -> id )-> role == ' admin' )<center >-</center >@else <center ><a href =" {{ route (' deleteUser' , [' id' => $user -> id ] ) } }" class =" confirmation delete" ><i class =" bi bi-trash-fill del-icon" ></i ><span class =" hide-mobile-del" > Delete </span ></a ></center >@endif </td >
51+ <td >@if ($user -> find ($user -> id )-> role == ' admin' )<center >-</center >@else <center ><a href =" {{ route (' deleteUser' , [' id' => $user -> id ] ) } }" class =" confirmation delete" ><i class =" bi bi-trash-fill del-icon" ></i ><span class =" hide-mobile-del" ></span ></a ></center >@endif </td >
5252 </tr >
5353 @endforeach
5454 </tbody >
You can’t perform that action at this time.
0 commit comments