File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
@section (' content' )
4
4
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 >
6
6
7
7
<h2 class =" mb-4" ><i class =" bi bi-person" > Users</i ></h2 >
8
8
30
30
<th scope =" col" >Links</th >
31
31
@if (env (' REGISTER_AUTH' ) !== ' auth' )<th style =" width :15% " scope =" col" >E-Mail Verified</th >@endif
32
32
<th scope =" col" >Block</th >
33
- <th scope =" col" >Delete user</th >
33
+ <th scope =" col" style = " width : 150 px " >Delete user</th >
34
34
</tr >
35
35
</thead >
36
36
<tbody >
48
48
@endif
49
49
@endif
50
50
<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 >
52
52
</tr >
53
53
@endforeach
54
54
</tbody >
You can’t perform that action at this time.
0 commit comments