Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
xerk4497
Posts
Comments
F
Filament
•
Created by xerk4497 on 5/11/2024 in
#❓┊help
Create Policies for each Auth Model (Multi Panels)
I have multi panels and I am trying to use Policies for the multi panels I have Admin Model and User Model
5 replies
F
Filament
•
Created by xerk4497 on 1/29/2024 in
#❓┊help
Infolist custom layout grid cols is not working I don't know why
<div {{ $attributes }}>
<div class="grid grid-cols-2">
<div>hh</div>
<div>hh</div>
</div>
</div>
<div {{ $attributes }}>
<div class="grid grid-cols-2">
<div>hh</div>
<div>hh</div>
</div>
</div>
10 replies