diff --git a/Modules/CCMS/app/Models/Country.php b/Modules/CCMS/app/Models/Country.php index ac49801..13a7f19 100644 --- a/Modules/CCMS/app/Models/Country.php +++ b/Modules/CCMS/app/Models/Country.php @@ -23,6 +23,7 @@ class Country extends Model 'slug', 'short_description', 'description', + 'faqs', 'image', 'parent_id', 'images', @@ -104,5 +105,4 @@ class Country extends Model { return $this->morphMany(Document::class, 'documentable'); } - } diff --git a/Modules/CCMS/database/migrations/2025_08_21_063159_add_faqs_to_countries_table.php b/Modules/CCMS/database/migrations/2025_08_21_063159_add_faqs_to_countries_table.php new file mode 100644 index 0000000..7d3bf63 --- /dev/null +++ b/Modules/CCMS/database/migrations/2025_08_21_063159_add_faqs_to_countries_table.php @@ -0,0 +1,28 @@ +longText('faqs')->nullable(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::table('countries', function (Blueprint $table) { + $table->dropColumn('faqs'); + }); + } +}; diff --git a/Modules/CCMS/resources/views/country/partials/_form.blade.php b/Modules/CCMS/resources/views/country/partials/_form.blade.php index a60acc0..2cdcf99 100644 --- a/Modules/CCMS/resources/views/country/partials/_form.blade.php +++ b/Modules/CCMS/resources/views/country/partials/_form.blade.php @@ -19,6 +19,11 @@ {{ html()->span('*')->class('text-danger') }} {{ html()->textarea('description')->class('form-control ckeditor-classic')->placeholder('Enter Country Description')->required() }} + +
1
+{{ $index + 1 }}
{{--Bachelors: Tuition: $15,000–$35,000 - / year
-Bachelors: Tuition: $15,000–$35,000 - / year
-Living: $8,000–$12,000/year | Health Insurance: - $1,000–$2,000 / year
-Universities | -Annual Tuition Fee - (Non-Eu/EEA) - in Euro & Approximate in NPR | -Scholarships Available | - -
- University Of Copenhagen(UCPH) - | -- €10,000 – €17,000 OR - NPR 1,350,000 – 2,295,000 - - | -- Danish Government Scholarship (offered by the university - on behalf of the Danish Ministry) - - | -
- University Of Copenhagen(UCPH) - | -- €10,000 – €17,000 OR - NPR 1,350,000 – 2,295,000 - - | -- Danish Government Scholarship (offered by the university - on behalf of the Danish Ministry) - - | -