xerk4497
xerk4497
FFilament
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
FFilament
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