Seeking Advice: Integrating Jetstream Profile Page with Filament Admin Panel
Hello everyone,
I'm currently working on updating the layout of the profile page in my Laravel application, and I've recently installed Jetstream with Livewire to enhance the user experience. My goal is to integrate Jetstream's profile page seamlessly into the Filament admin panel.
To achieve this, I've created a custom page within the admin panel, and it's functional. However, I'm facing challenges with styling integration. Here's how I've attempted to add the styles:
@vite(['resources/css/app.css', 'resources/js/app.js'])
<x-filament-panels::page>
<!-- Content omitted for brevity -->
</x-filament-panels::page>
I'm currently working on updating the layout of the profile page in my Laravel application, and I've recently installed Jetstream with Livewire to enhance the user experience. My goal is to integrate Jetstream's profile page seamlessly into the Filament admin panel.
To achieve this, I've created a custom page within the admin panel, and it's functional. However, I'm facing challenges with styling integration. Here's how I've attempted to add the styles:
@vite(['resources/css/app.css', 'resources/js/app.js'])
<x-filament-panels::page>
<!-- Content omitted for brevity -->
</x-filament-panels::page>
