Add contact settings integration: update contact page to utilize dynamic settings for subtitle, header, paragraph, contact details, and map embed URL, enhancing content management and user experience.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
use App\Settings\GeneralSettings;
|
||||
use App\Settings\HomeSettings;
|
||||
use App\Settings\SiteSettings;
|
||||
use Spatie\LaravelData\Data;
|
||||
|
||||
return [
|
||||
|
||||
@@ -14,6 +15,7 @@ return [
|
||||
GeneralSettings::class,
|
||||
SiteSettings::class,
|
||||
HomeSettings::class,
|
||||
\App\Settings\ContactSettings::class,
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user