Can I create something like this in filament

i want to create some thing that looks like this i can create using tailwind css but i would like to do it in filament way and also when add child or edit i want to open a model to do those action
any idea ??
No description
2 Replies
pratik
pratik2mo ago
@Adnan Yalahow Filament way is the TALL way. create custom filament page with custom view, Create blade components, use tailwind for styles, use Filament Modals, Filament actions and sprinkle some livewire and alpinejs. Here are some useful blade components mentioned in the documentation : https://filamentphp.com/docs/3.x/support/blade-components/overview
Adnan Yalahow
Adnan Yalahow2mo ago
i will try out thank you