diff --git a/app/Filament/Admin/Resources/GuestLayoutManagmentResource.php b/app/Filament/Admin/Resources/GuestLayoutManagmentResource.php index c625979..892cdd1 100644 --- a/app/Filament/Admin/Resources/GuestLayoutManagmentResource.php +++ b/app/Filament/Admin/Resources/GuestLayoutManagmentResource.php @@ -15,6 +15,7 @@ use Filament\Resources\Resource; use Filament\Tables; use Filament\Tables\Columns\TextColumn; +use Filament\Tables\Filters\SelectFilter; use Filament\Tables\Table; use Illuminate\Database\Eloquent\Builder; use Illuminate\Database\Eloquent\SoftDeletingScope; @@ -75,7 +76,10 @@ public static function table(Table $table): Table ->sortable(), ]) ->filters([ - // + SelectFilter::make('fk_menu_id')->label('Menu') + ->options( + \App\Models\Menu::all()->pluck('name', 'id') + ) ]) ->actions([ Tables\Actions\EditAction::make(), diff --git a/resources/views/livewire/about.blade.php b/resources/views/livewire/about.blade.php deleted file mode 100644 index 3128d79..0000000 --- a/resources/views/livewire/about.blade.php +++ /dev/null @@ -1,83 +0,0 @@ - - -
-
- - -
-
-
-
-

- About us -

-
-
-
-
-
-
- - -
-
-
-
-

- why we are important -

-

- A CMS-powered website integrates Customer Relationship Management (CMS) tools directly into your online platform, allowing businesses to manage customer interactions more effectively. This integration is crucial because it enables personalized customer experiences, streamlines processes, and provides actionable insights that can help improve customer satisfaction and loyalty. -

-
-
-

- How does our CMS-powered platform enhance customer interactions -

-

- Our platform enhances customer interactions by centralizing all customer data, allowing businesses to tailor their communications and content to meet individual needs. This personalization fosters deeper connections and ensures that each customer feels valued and understood. -

-
- -
-

- What features does our CMS-powered website offer? -

-

- Our CMS-powered website offers a variety of features, including automated customer data management, personalized content delivery, process automation, and insightful analytics. These features work together to provide a seamless and effective customer experience. -

-
- -
-

- How can businesses benefit from using our CMS-powered platform? -

-

- Businesses can benefit from our platform by improving customer satisfaction, increasing efficiency, and gaining valuable insights into customer behavior. These advantages can lead to stronger customer relationships, increased loyalty, and ultimately, higher revenue. -

-
- -
-

- Is our CMS-powered platform suitable for all types of businesses? -

-

- Yes, our CMS-powered platform is designed to be flexible and scalable, making it suitable for businesses of all sizes and industries. Whether you’re a small startup or a large enterprise, our platform can be tailored to meet your specific needs. -

-
- -
-

- How does our platform ensure data security and privacy? -

-

- We prioritize data security and privacy by implementing robust encryption, regular security audits, and compliance with industry standards. Our platform is designed to protect customer data at all times, ensuring that businesses can operate with confidence. -

-
-
-
-
-
\ No newline at end of file diff --git a/resources/views/livewire/contact.blade.php b/resources/views/livewire/contact.blade.php deleted file mode 100644 index 96e4f8c..0000000 --- a/resources/views/livewire/contact.blade.php +++ /dev/null @@ -1,105 +0,0 @@ - -
-
-
-
-

- Contact us -

-

- We'd love to talk about how we can help you. -

-
-
- -
-
-

- Fill in the form -

- -
-
-
-
- - -
- -
- - -
-
- -
-
- - -
- -
- - -
-
- -
- - -
-
- -
- -
- -
-

- We'll get back to you in 1-2 business days. -

-
-
-
-
- - -
-
-
\ No newline at end of file diff --git a/resources/views/livewire/header.blade.php b/resources/views/livewire/header.blade.php deleted file mode 100644 index a507c78..0000000 --- a/resources/views/livewire/header.blade.php +++ /dev/null @@ -1,14 +0,0 @@ -
-
- - Site Logo - -
- -
diff --git a/resources/views/livewire/webrender.blade.php b/resources/views/livewire/webrender.blade.php index cff7ba0..9c95223 100644 --- a/resources/views/livewire/webrender.blade.php +++ b/resources/views/livewire/webrender.blade.php @@ -1,5 +1,5 @@ -
+
@if ($contents) @foreach ($contents as $element) {!! $element['content'] !!} @@ -7,5 +7,5 @@ @else

No content found

@endif -
+