Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Remarks : {{$data->remarks}}
Created By : {{$data->created_by}}
Updated By : {{$data->updated_by}}
+
+
Created On :{{$data->created_at}}
+
Created By :{{$data->createdBy}}
+
+
+
Updated On :{{$data->updated_at}}
+
Updated By :{{$data->updatedBy}}
+
+
+
+
+
+
+
+@endSection
\ No newline at end of file
diff --git a/resources/views/crud/generated/authors/create.blade.php b/resources/views/crud/generated/authors/create.blade.php
new file mode 100644
index 0000000..3a5b213
--- /dev/null
+++ b/resources/views/crud/generated/authors/create.blade.php
@@ -0,0 +1,28 @@
+@extends('backend.template')
+@section('content')
+
Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Display Order : {{$data->display_order}}
+
+
Created On :{{$data->created_at}}
+
Created By :{{$data->createdBy}}
+
+
+
Updated On :{{$data->updated_at}}
+
Updated By :{{$data->updatedBy}}
+
+
+
+
+
+
+
+@endSection
\ No newline at end of file
diff --git a/resources/views/crud/generated/economies/create.blade.php b/resources/views/crud/generated/economies/create.blade.php
new file mode 100644
index 0000000..1003420
--- /dev/null
+++ b/resources/views/crud/generated/economies/create.blade.php
@@ -0,0 +1,23 @@
+@extends('backend.template')
+@section('content')
+
+
+ @endsection
+
+@push("css")
+
+
+@endpush
+@push("js")
+
+
+
+
+
+
+
+
+
+
+
+
+@endpush
+
\ No newline at end of file
diff --git a/resources/views/crud/generated/economies/show.blade.php b/resources/views/crud/generated/economies/show.blade.php
new file mode 100644
index 0000000..d6935e8
--- /dev/null
+++ b/resources/views/crud/generated/economies/show.blade.php
@@ -0,0 +1,29 @@
+@extends('backend.template')
+ @section('content')
+
+
+
+
+
+
+
+
+
+
+
Title : {{$data->title}}
Ecomomy Nepali Name : {{$data->ecomomy_nepali_name}}
Alias : {{$data->alias}}
Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Display Order : {{$data->display_order}}
+
+
Created On :{{$data->created_at}}
+
Created By :{{$data->createdBy}}
+
+
+
Updated On :{{$data->updated_at}}
+
Updated By :{{$data->updatedBy}}
+
+
+
+
+
+
+
+@endSection
\ No newline at end of file
diff --git a/resources/views/crud/generated/news/create.blade.php b/resources/views/crud/generated/news/create.blade.php
new file mode 100644
index 0000000..583d664
--- /dev/null
+++ b/resources/views/crud/generated/news/create.blade.php
@@ -0,0 +1,93 @@
+@extends('backend.template')
+@section('content')
+
Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Remarks : {{$data->remarks}}
Created By : {{$data->created_by}}
Updated By : {{$data->updated_by}}
+
+
Created On :{{$data->created_at}}
+
Created By :{{$data->createdBy}}
+
+
+
Updated On :{{$data->updated_at}}
+
Updated By :{{$data->updatedBy}}
+
+
+
+
+
+
+
+@endSection
\ No newline at end of file
diff --git a/resources/views/crud/generated/news_type/create.blade.php b/resources/views/crud/generated/news_type/create.blade.php
new file mode 100644
index 0000000..d2753e6
--- /dev/null
+++ b/resources/views/crud/generated/news_type/create.blade.php
@@ -0,0 +1,23 @@
+@extends('backend.template')
+@section('content')
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/crud/generated/newscategories/edit.blade.php b/resources/views/crud/generated/newscategories/edit.blade.php
new file mode 100644
index 0000000..3cb41b3
--- /dev/null
+++ b/resources/views/crud/generated/newscategories/edit.blade.php
@@ -0,0 +1,18 @@
+@extends('backend.template')
+ @section('content')
+
+
+
{{ label('Edit Newscategories') }}
+
+
+
+
+
+@endsection
\ No newline at end of file
diff --git a/resources/views/crud/generated/newscategories/index.blade.php b/resources/views/crud/generated/newscategories/index.blade.php
new file mode 100644
index 0000000..4042f4e
--- /dev/null
+++ b/resources/views/crud/generated/newscategories/index.blade.php
@@ -0,0 +1,239 @@
+@extends('backend.template')
+@section('content')
+
+
+ @endsection
+
+@push("css")
+
+
+@endpush
+@push("js")
+
+
+
+
+
+
+
+
+
+
+
+
+@endpush
+
\ No newline at end of file
diff --git a/resources/views/crud/generated/newscategories/show.blade.php b/resources/views/crud/generated/newscategories/show.blade.php
new file mode 100644
index 0000000..1254c97
--- /dev/null
+++ b/resources/views/crud/generated/newscategories/show.blade.php
@@ -0,0 +1,29 @@
+@extends('backend.template')
+ @section('content')
+
+
+
+
+
+
+
+
+
+
+
Title : {{$data->title}}
Nepali Title : {{$data->nepali_title}}
Alias : {{$data->alias}}
Parent Category : {{$data->parent_category}}
Display Order : {{$data->display_order}}
Status : {{$data->status == 1 ? 'Active' : 'Inactive'}}
Remarks : {{$data->remarks}}
Createdby : {{$data->createdby}}
Updatedby : {{$data->updatedby}}
+
+
Created On :{{$data->created_at}}
+
Created By :{{$data->createdBy}}
+
+
+
Updated On :{{$data->updated_at}}
+
Updated By :{{$data->updatedBy}}
+
+
+
+
+
+
+
+@endSection
\ No newline at end of file
diff --git a/resources/views/crud/generated/provinces/create.blade.php b/resources/views/crud/generated/provinces/create.blade.php
new file mode 100644
index 0000000..9954fc0
--- /dev/null
+++ b/resources/views/crud/generated/provinces/create.blade.php
@@ -0,0 +1,26 @@
+@extends('backend.template')
+@section('content')
+
सरकारले सय रूपैयाँको नोटमा चुच्चे नक्सा छाप्ने निर्णय गरेपछि भारतले विरोध जनाएको छ। भारतीय विदेशमन्त्री एस जयशंकरले सीमा समस्या समाधानका लागि दुई देशबीच निरन्तर छलफल भइरहेको अवस्थामा नेपालले एकतर्फी रूपमा निर्णय गरेको बताएका छन्।
+
{!!$featuredNews->content!!}
+ @endif
\ No newline at end of file
diff --git a/resources/views/hulaki_khabar/home/politics.blade.php b/resources/views/hulaki_khabar/home/politics.blade.php
index afb1aa2..c989b57 100644
--- a/resources/views/hulaki_khabar/home/politics.blade.php
+++ b/resources/views/hulaki_khabar/home/politics.blade.php
@@ -15,99 +15,57 @@
कसरी बढाइँदै छ करको दायरा? यी हुन् उच्चस्तरीय कर सुधार समितिले देखाएका मुख्य
+ क्षेत्र
+
+
+
+
+
+
चालू वर्षको बजेटको विनियोजन गर्ने क्रममा तत्कालीन अर्थमन्त्री प्रकाशशरण महतले कर
+ प्रणालीमा व्यापक सुधार गर्नुपर्ने औंल्याएका थिए। नयाँ क्षेत्रमा कारोबार भएको तर करको
+ दायरा विस्तार गर्न नसकिएको, कर चुहावट बढेको, कर प्रणालीहरूमा समस्या देखिएको सन्दर्भमा
+ त्यसपछिको सरकारले समग्र सुझाव दिनको लागि पूर्वसचिव विद्याधर मल्लिकको संयोजकत्वमा कर
+ प्रणाली सुधारसम्बन्धी उच्चस्तरीय सुझाव समिति बनाएको थियो।
+
परराष्ट्रमन्त्री नारायणकाजी श्रेष्ठको निमन्त्रणामा नेपाल भ्रमणमा आएकी खामीखावालाई
+ परराष्ट्र सचिव सेवा लम्सालले त्रिभुवन अन्तर्राष्ट्रिय विमानस्थलमा स्वागत गरेकी छन् ।
+
+
+
+
+
+
+
आगामी वर्षको बजेट प्रस्तुत गर्ने समयमा सुझाव समेट्न सहयोग हुने गरी यो
+ समितिले अर्थमन्त्री वर्षमान पुनलाई गत चैत १७ गते नै प्रतिवेदन बुझाएको
+ थियो। अर्थ मन्त्रालयका अधिकारीहरूले कतिपय विषयमा थप अध्ययन गरेर केही
+ सुझाबहरू अबको बजेटबाट कार्यान्वयन गर्दै जाने बताएका छन्।
+
समितिले बुझाएको प्रतिवेदन भने अहिलेसम्म पनि सार्वजनिक गरिएको छैन। बजेट
+ लेखनमा दबाब पर्ने भन्दै अर्थले यो प्रतिवेदन सार्वजनिक नगरेको हो। सम्बद्ध
+ अधिकारीहरूले चालू वर्षबाट नै सुधार गर्ने गरी धेरै महत्त्वपूर्ण सुझाव
+ प्रतिवेदनले दिएको बताएका छन्। प्रतिवेदन कार्यान्वयन हुँदा करिब तीन खर्ब
+ रूपैयाँ बराबरको अतरिक्त राजस्व उठ्ने आकलन गरिएको छ।
+
+
+
+
+
+
+
हरेक वर्ष बजेटबाट दिइने कर छुट बढ्दै गएको अवस्थामा समितिले छुटहरू क्रमशः हटाउँदै जान
+ सरकारलाई सिफारिस गरेको छ। विभिन्न ऐनहरूले प्रबन्ध गरेका कर पनि हरेक वर्ष परिवर्तन हुने
+ (सालबसाली) आर्थिक ऐनबाट संशोधन गरी छुट दिने गरिएको छ। तर, छुटको लाभ रोजगारी सिर्जना,
+ उत्पादन तथा उपभोगमा नदेखिएको संकेत समितिले गरेको छ।
+
समितिले कर छुटको कारण त्याग भएको राजस्व करका दरहरू घटाए र केही वस्तु तथा सेवाको उत्पादनमा
+ खर्च गरेर प्रोत्साहन दिन सकिने बाटो देखाएको छ। ‘कर छुटको प्रणालीलाई न्यून करका दर र केही
+ वस्तु तथा सेवामा कर खर्च प्रणालीमा लैजाने व्यवस्था गरी करको नीतिगत अन्तर कम गर्नुपर्छ,’
+ प्रतिवेदनमा उल्लेख गरिएको विषय औंल्याउँदै समितिका एक सदस्यले भने, ‘अबको पाँच
+ वर्षभित्रमा सबै प्रकारका कर छुटका प्रबन्ध खारेज गर्नु पर्दछ।’
+
+
+
+
+
+
+
+
+
+
+
+
+
व्यवसायीहरूलाई दिएका अन्य सुविधाहरू पनि हटाएर करका दरहरू नै घटाउनुपर्ने राय दिएको छ।
+ अहिले कुनै कम्पनी घाटामा गयो भने सात वर्षसम्म घाटा सार्न पाउँछ। यसको अर्थ कुनै पनि
+ कम्पनी छ वर्षसम्म घाटामा गयो। तर, सातौं वर्षमा नाफा कमायो भने पहिले विगतको घाटा पूर्ति
+ गर्छ र घाटा पूर्तिबाट बढी हुने आयमा मात्रै कर तिर्नुपर्ने हुन्छ।
+
विभिन्न कानुनले गरेका प्रबन्धहरूको पनि कार्यान्वयन नहुँदा करको दायरा विस्तार नभएको निचोड
+ समितिको छ। त्यस्तै राजस्वका दरहरू निर्धारण गर्दा कर तटस्थता, राजस्वको जोखिम र
+ अर्थतन्त्रमा पर्ने प्रभाव मूल्यांकन नगरिएको औंल्याइएको छ।
+
‘मूल्य अभिवृद्धि कर ऐन, आयकर ऐन, अन्तःशुल्क ऐन, भन्सार ऐनका समग्र कानुनी प्रवन्धको
+ कार्यान्वयन हुन नसक्दा करको आधार र दायरा बढ्न सकेको छैन,’ समितिका एक सदस्यले भने, ‘करका
+ दरहरूको निर्धारण गर्दा कर तटस्थता, राजस्व जोखिम र अर्थतन्त्रमा पर्न सक्ने प्रभावको
+ अध्ययन तथा आकलनबिना नै नीतिगत परिवर्तन हुने गरेकोले अर्थतन्त्रमा कर प्रणाली तटस्थ
+ देखिँदैन, करको नयाँ क्षेत्रहरूको पहिचान गरी करको दायरा विस्तारको लागि कर कानुनहरूमा समय
+ सापेक्ष रूपमा सुधार हुन आवश्यक छ।’
+
समितिले हरित करका विषयमा अध्ययन गरी लगाउन सिफारिस गरेको छ। अर्थमन्त्रालय पनि आगामी आर्थिक
+ वर्षबाट नै यस्तो कर लगाउन सुरू गर्दैछ। प्रदूषण कर लगायतका अन्य नामबाट उठाइने करसमेत हरित
+ करमा समायोजन गर्न समितिको सिफारिस छ। इन्धनमा लगाइएको भन्सार तथा सुधार दस्तुर, पूर्वाधार
+ कर, आयल निगमले लिने प्रदूषण करहरू एकीकृत गरी हरितकर नामाकरण गर्न, हवाई इन्धनमा प्रदूषण
+ नियन्त्रण शुल्क नलागेकोले हरित कर लगाउन, बढी प्रदूषण गर्ने गैर कृषिजन्य उद्योग र इँटा
+ भट्टाहरूमा अन्तःशुल्क लगाउने गरिएकोमा यस्ता प्रदूषणयुक्त उद्योगहरूमा पुनः अन्तःशुल्क वा
+ कार्बन कर लगाउन सकिने यसलाई हरित करको रूपमा उठाउन समितिले सिफारिस गरेको छ।
+
त्यस्तै वातावरणको हिसाबले जोखिमपूर्ण मानिएको कोइला लगायतमा भन्सार महसुलका अतिरिक्त हरित
+ कर लगाउन, पेट्रोलियम पदार्थ लगायत वातावरणलाई नकारात्मक असर गर्ने मालवस्तुको उत्पादन र
+ आयातमा अतिरिक्त हरित करको व्यवस्था गर्न पनि सुझाव दिइएको छ। यो कर लगाउनेले
+ अन्तर्राष्ट्रिय मञ्चमा समेत नेपालको फरक चिनारी हुने अर्थका अधिकारीहरूको दाबी छ। अहिले
+ अन्तर्राष्ट्रिय बहसका रूपमा हरित अर्थतन्त्र अर्थात् ग्रिनोमिक्स र हरित करको विषय उठेको
+ छ। हरित अर्थतन्त्र प्रवर्द्धन गर्ने एउटा माध्यमको रूपमा हरित करलाई लिने गरिन्छ। सामाजिक
+ सुरक्षाको दायित्व बढ्दै गएको सन्दर्भमा सामाजिक सुरक्षा कर विस्तार गर्न पनि सुझाव दिइएको
+ छ।
+
सामाजिक सुरक्षा र संरक्षणको लागि सरकारले कर पनि उठाउने गरेको छ। तर खर्चको तुलनामा यो
+ शीर्षकमा उठाइएको करको हिस्सा न्यून छ। सरकारले अहिले एकल (दम्पती नभएको) व्यक्तिको पाँच
+ लाख रूपैयाँभन्दा तलको र दम्पतीको हकमा ६ लाख रूपैयाँभन्दा कमको आयमा एक प्रतिशत सामाजिक
+ सुरक्षा कर उठाउने गरेको छ। भोलिका दिनमा सामाजिक सुरक्षाको दायित्व बढ्दै जाने भएकाले
+ यस्तो भार बहन गर्न सक्ने गरी स्रोत खोज्न कर प्रणाली सुधारसम्बन्धी उच्चस्तरीय सुझाव
+ समितिले सुझाव दिएको छ। यो समितिले मुख्यतः योगदानमा आधारित सामाजिक सुरक्षा योजनालाई अघि
+ बढाउन सुझाव दिएको छ भने करको दायरा विस्तार गर्ने आधार पनि देखाएको छ।
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@endsection
diff --git a/routes/CRUDgenerated/route.advertisement.php b/routes/CRUDgenerated/route.advertisement.php
new file mode 100644
index 0000000..a6cc4e8
--- /dev/null
+++ b/routes/CRUDgenerated/route.advertisement.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [AdvertisementController::class, 'index'])->name('advertisement.index');
+ Route::get('/create', [AdvertisementController::class, 'create'])->name('advertisement.create');
+ Route::post('/store', [AdvertisementController::class, 'store'])->name('advertisement.store');
+ Route::post('/sort', [AdvertisementController::class, 'sort'])->name('advertisement.sort');
+ Route::post('/updatealias', [AdvertisementController::class, 'updatealias'])->name('advertisement.updatealias');
+ Route::get('/show/{id}', [AdvertisementController::class, 'show'])->name('advertisement.show');
+ Route::get('/edit/{id}', [AdvertisementController::class, 'edit'])->name('advertisement.edit') ;
+ Route::post('/update/{id}', [AdvertisementController::class, 'update'])->name('advertisement.update');
+ Route::delete('/destroy/{id}', [AdvertisementController::class, 'destroy'])->name('advertisement.destroy');
+ Route::get('/toggle/{id}', [AdvertisementController::class, 'toggle'])->name('advertisement.toggle');
+ });
\ No newline at end of file
diff --git a/routes/CRUDgenerated/route.authors.php b/routes/CRUDgenerated/route.authors.php
new file mode 100644
index 0000000..0dd5b0f
--- /dev/null
+++ b/routes/CRUDgenerated/route.authors.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [AuthorsController::class, 'index'])->name('authors.index');
+ Route::get('/create', [AuthorsController::class, 'create'])->name('authors.create');
+ Route::post('/store', [AuthorsController::class, 'store'])->name('authors.store');
+ Route::post('/sort', [AuthorsController::class, 'sort'])->name('authors.sort');
+ Route::post('/updatealias', [AuthorsController::class, 'updatealias'])->name('authors.updatealias');
+ Route::get('/show/{id}', [AuthorsController::class, 'show'])->name('authors.show');
+ Route::get('/edit/{id}', [AuthorsController::class, 'edit'])->name('authors.edit') ;
+ Route::post('/update/{id}', [AuthorsController::class, 'update'])->name('authors.update');
+ Route::delete('/destroy/{id}', [AuthorsController::class, 'destroy'])->name('authors.destroy');
+ Route::get('/toggle/{id}', [AuthorsController::class, 'toggle'])->name('authors.toggle');
+ });
\ No newline at end of file
diff --git a/routes/CRUDgenerated/route.economies.php b/routes/CRUDgenerated/route.economies.php
new file mode 100644
index 0000000..d4d56e2
--- /dev/null
+++ b/routes/CRUDgenerated/route.economies.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [EconomiesController::class, 'index'])->name('economies.index');
+ Route::get('/create', [EconomiesController::class, 'create'])->name('economies.create');
+ Route::post('/store', [EconomiesController::class, 'store'])->name('economies.store');
+ Route::post('/sort', [EconomiesController::class, 'sort'])->name('economies.sort');
+ Route::post('/updatealias', [EconomiesController::class, 'updatealias'])->name('economies.updatealias');
+ Route::get('/show/{id}', [EconomiesController::class, 'show'])->name('economies.show');
+ Route::get('/edit/{id}', [EconomiesController::class, 'edit'])->name('economies.edit') ;
+ Route::post('/update/{id}', [EconomiesController::class, 'update'])->name('economies.update');
+ Route::delete('/destroy/{id}', [EconomiesController::class, 'destroy'])->name('economies.destroy');
+ Route::get('/toggle/{id}', [EconomiesController::class, 'toggle'])->name('economies.toggle');
+ });
\ No newline at end of file
diff --git a/routes/CRUDgenerated/route.news.php b/routes/CRUDgenerated/route.news.php
new file mode 100644
index 0000000..a05bb53
--- /dev/null
+++ b/routes/CRUDgenerated/route.news.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [NewsController::class, 'index'])->name('news.index');
+ Route::get('/create', [NewsController::class, 'create'])->name('news.create');
+ Route::post('/store', [NewsController::class, 'store'])->name('news.store');
+ Route::post('/sort', [NewsController::class, 'sort'])->name('news.sort');
+ Route::post('/updatealias', [NewsController::class, 'updatealias'])->name('news.updatealias');
+ Route::get('/show/{id}', [NewsController::class, 'show'])->name('news.show');
+ Route::get('/edit/{id}', [NewsController::class, 'edit'])->name('news.edit') ;
+ Route::post('/update/{id}', [NewsController::class, 'update'])->name('news.update');
+ Route::delete('/destroy/{id}', [NewsController::class, 'destroy'])->name('news.destroy');
+ Route::get('/toggle/{id}', [NewsController::class, 'toggle'])->name('news.toggle');
+ });
\ No newline at end of file
diff --git a/routes/CRUDgenerated/route.news_type.php b/routes/CRUDgenerated/route.news_type.php
new file mode 100644
index 0000000..786d421
--- /dev/null
+++ b/routes/CRUDgenerated/route.news_type.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [News_typeController::class, 'index'])->name('news_type.index');
+ Route::get('/create', [News_typeController::class, 'create'])->name('news_type.create');
+ Route::post('/store', [News_typeController::class, 'store'])->name('news_type.store');
+ Route::post('/sort', [News_typeController::class, 'sort'])->name('news_type.sort');
+ Route::post('/updatealias', [News_typeController::class, 'updatealias'])->name('news_type.updatealias');
+ Route::get('/show/{id}', [News_typeController::class, 'show'])->name('news_type.show');
+ Route::get('/edit/{id}', [News_typeController::class, 'edit'])->name('news_type.edit') ;
+ Route::post('/update/{id}', [News_typeController::class, 'update'])->name('news_type.update');
+ Route::delete('/destroy/{id}', [News_typeController::class, 'destroy'])->name('news_type.destroy');
+ Route::get('/toggle/{id}', [News_typeController::class, 'toggle'])->name('news_type.toggle');
+ });
\ No newline at end of file
diff --git a/routes/CRUDgenerated/route.newscategories.php b/routes/CRUDgenerated/route.newscategories.php
new file mode 100644
index 0000000..c068a95
--- /dev/null
+++ b/routes/CRUDgenerated/route.newscategories.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [NewscategoriesController::class, 'index'])->name('newscategories.index');
+ Route::get('/create', [NewscategoriesController::class, 'create'])->name('newscategories.create');
+ Route::post('/store', [NewscategoriesController::class, 'store'])->name('newscategories.store');
+ Route::post('/sort', [NewscategoriesController::class, 'sort'])->name('newscategories.sort');
+ Route::post('/updatealias', [NewscategoriesController::class, 'updatealias'])->name('newscategories.updatealias');
+ Route::get('/show/{id}', [NewscategoriesController::class, 'show'])->name('newscategories.show');
+ Route::get('/edit/{id}', [NewscategoriesController::class, 'edit'])->name('newscategories.edit') ;
+ Route::post('/update/{id}', [NewscategoriesController::class, 'update'])->name('newscategories.update');
+ Route::delete('/destroy/{id}', [NewscategoriesController::class, 'destroy'])->name('newscategories.destroy');
+ Route::get('/toggle/{id}', [NewscategoriesController::class, 'toggle'])->name('newscategories.toggle');
+ });
\ No newline at end of file
diff --git a/routes/CRUDgenerated/route.provinces.php b/routes/CRUDgenerated/route.provinces.php
new file mode 100644
index 0000000..e2f5de3
--- /dev/null
+++ b/routes/CRUDgenerated/route.provinces.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [ProvincesController::class, 'index'])->name('provinces.index');
+ Route::get('/create', [ProvincesController::class, 'create'])->name('provinces.create');
+ Route::post('/store', [ProvincesController::class, 'store'])->name('provinces.store');
+ Route::post('/sort', [ProvincesController::class, 'sort'])->name('provinces.sort');
+ Route::post('/updatealias', [ProvincesController::class, 'updatealias'])->name('provinces.updatealias');
+ Route::get('/show/{id}', [ProvincesController::class, 'show'])->name('provinces.show');
+ Route::get('/edit/{id}', [ProvincesController::class, 'edit'])->name('provinces.edit') ;
+ Route::post('/update/{id}', [ProvincesController::class, 'update'])->name('provinces.update');
+ Route::delete('/destroy/{id}', [ProvincesController::class, 'destroy'])->name('provinces.destroy');
+ Route::get('/toggle/{id}', [ProvincesController::class, 'toggle'])->name('provinces.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.advertisement.php b/routes/route.advertisement.php
new file mode 100644
index 0000000..a6cc4e8
--- /dev/null
+++ b/routes/route.advertisement.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [AdvertisementController::class, 'index'])->name('advertisement.index');
+ Route::get('/create', [AdvertisementController::class, 'create'])->name('advertisement.create');
+ Route::post('/store', [AdvertisementController::class, 'store'])->name('advertisement.store');
+ Route::post('/sort', [AdvertisementController::class, 'sort'])->name('advertisement.sort');
+ Route::post('/updatealias', [AdvertisementController::class, 'updatealias'])->name('advertisement.updatealias');
+ Route::get('/show/{id}', [AdvertisementController::class, 'show'])->name('advertisement.show');
+ Route::get('/edit/{id}', [AdvertisementController::class, 'edit'])->name('advertisement.edit') ;
+ Route::post('/update/{id}', [AdvertisementController::class, 'update'])->name('advertisement.update');
+ Route::delete('/destroy/{id}', [AdvertisementController::class, 'destroy'])->name('advertisement.destroy');
+ Route::get('/toggle/{id}', [AdvertisementController::class, 'toggle'])->name('advertisement.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.authors.php b/routes/route.authors.php
new file mode 100644
index 0000000..0dd5b0f
--- /dev/null
+++ b/routes/route.authors.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [AuthorsController::class, 'index'])->name('authors.index');
+ Route::get('/create', [AuthorsController::class, 'create'])->name('authors.create');
+ Route::post('/store', [AuthorsController::class, 'store'])->name('authors.store');
+ Route::post('/sort', [AuthorsController::class, 'sort'])->name('authors.sort');
+ Route::post('/updatealias', [AuthorsController::class, 'updatealias'])->name('authors.updatealias');
+ Route::get('/show/{id}', [AuthorsController::class, 'show'])->name('authors.show');
+ Route::get('/edit/{id}', [AuthorsController::class, 'edit'])->name('authors.edit') ;
+ Route::post('/update/{id}', [AuthorsController::class, 'update'])->name('authors.update');
+ Route::delete('/destroy/{id}', [AuthorsController::class, 'destroy'])->name('authors.destroy');
+ Route::get('/toggle/{id}', [AuthorsController::class, 'toggle'])->name('authors.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.client.php b/routes/route.client.php
index 8bd70ab..96bc25a 100644
--- a/routes/route.client.php
+++ b/routes/route.client.php
@@ -18,3 +18,4 @@ Route::post('/postresgistration',[AuthenticationController::class,'store'])->nam
Route::get('/', [WebsiteController::class, 'home'])->name("home");
Route::get('/single',[WebsiteController::class, 'single'])->name("single");
+Route::get('/newsDetail',[WebsiteController::class, 'newsDetail'])->name("newsDetail");
diff --git a/routes/route.economies.php b/routes/route.economies.php
new file mode 100644
index 0000000..d4d56e2
--- /dev/null
+++ b/routes/route.economies.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [EconomiesController::class, 'index'])->name('economies.index');
+ Route::get('/create', [EconomiesController::class, 'create'])->name('economies.create');
+ Route::post('/store', [EconomiesController::class, 'store'])->name('economies.store');
+ Route::post('/sort', [EconomiesController::class, 'sort'])->name('economies.sort');
+ Route::post('/updatealias', [EconomiesController::class, 'updatealias'])->name('economies.updatealias');
+ Route::get('/show/{id}', [EconomiesController::class, 'show'])->name('economies.show');
+ Route::get('/edit/{id}', [EconomiesController::class, 'edit'])->name('economies.edit') ;
+ Route::post('/update/{id}', [EconomiesController::class, 'update'])->name('economies.update');
+ Route::delete('/destroy/{id}', [EconomiesController::class, 'destroy'])->name('economies.destroy');
+ Route::get('/toggle/{id}', [EconomiesController::class, 'toggle'])->name('economies.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.news.php b/routes/route.news.php
new file mode 100644
index 0000000..a05bb53
--- /dev/null
+++ b/routes/route.news.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [NewsController::class, 'index'])->name('news.index');
+ Route::get('/create', [NewsController::class, 'create'])->name('news.create');
+ Route::post('/store', [NewsController::class, 'store'])->name('news.store');
+ Route::post('/sort', [NewsController::class, 'sort'])->name('news.sort');
+ Route::post('/updatealias', [NewsController::class, 'updatealias'])->name('news.updatealias');
+ Route::get('/show/{id}', [NewsController::class, 'show'])->name('news.show');
+ Route::get('/edit/{id}', [NewsController::class, 'edit'])->name('news.edit') ;
+ Route::post('/update/{id}', [NewsController::class, 'update'])->name('news.update');
+ Route::delete('/destroy/{id}', [NewsController::class, 'destroy'])->name('news.destroy');
+ Route::get('/toggle/{id}', [NewsController::class, 'toggle'])->name('news.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.news_type.php b/routes/route.news_type.php
new file mode 100644
index 0000000..786d421
--- /dev/null
+++ b/routes/route.news_type.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [News_typeController::class, 'index'])->name('news_type.index');
+ Route::get('/create', [News_typeController::class, 'create'])->name('news_type.create');
+ Route::post('/store', [News_typeController::class, 'store'])->name('news_type.store');
+ Route::post('/sort', [News_typeController::class, 'sort'])->name('news_type.sort');
+ Route::post('/updatealias', [News_typeController::class, 'updatealias'])->name('news_type.updatealias');
+ Route::get('/show/{id}', [News_typeController::class, 'show'])->name('news_type.show');
+ Route::get('/edit/{id}', [News_typeController::class, 'edit'])->name('news_type.edit') ;
+ Route::post('/update/{id}', [News_typeController::class, 'update'])->name('news_type.update');
+ Route::delete('/destroy/{id}', [News_typeController::class, 'destroy'])->name('news_type.destroy');
+ Route::get('/toggle/{id}', [News_typeController::class, 'toggle'])->name('news_type.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.newscategories.php b/routes/route.newscategories.php
new file mode 100644
index 0000000..c068a95
--- /dev/null
+++ b/routes/route.newscategories.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [NewscategoriesController::class, 'index'])->name('newscategories.index');
+ Route::get('/create', [NewscategoriesController::class, 'create'])->name('newscategories.create');
+ Route::post('/store', [NewscategoriesController::class, 'store'])->name('newscategories.store');
+ Route::post('/sort', [NewscategoriesController::class, 'sort'])->name('newscategories.sort');
+ Route::post('/updatealias', [NewscategoriesController::class, 'updatealias'])->name('newscategories.updatealias');
+ Route::get('/show/{id}', [NewscategoriesController::class, 'show'])->name('newscategories.show');
+ Route::get('/edit/{id}', [NewscategoriesController::class, 'edit'])->name('newscategories.edit') ;
+ Route::post('/update/{id}', [NewscategoriesController::class, 'update'])->name('newscategories.update');
+ Route::delete('/destroy/{id}', [NewscategoriesController::class, 'destroy'])->name('newscategories.destroy');
+ Route::get('/toggle/{id}', [NewscategoriesController::class, 'toggle'])->name('newscategories.toggle');
+ });
\ No newline at end of file
diff --git a/routes/route.provinces.php b/routes/route.provinces.php
new file mode 100644
index 0000000..e2f5de3
--- /dev/null
+++ b/routes/route.provinces.php
@@ -0,0 +1,15 @@
+group(function () {
+ Route::get('/', [ProvincesController::class, 'index'])->name('provinces.index');
+ Route::get('/create', [ProvincesController::class, 'create'])->name('provinces.create');
+ Route::post('/store', [ProvincesController::class, 'store'])->name('provinces.store');
+ Route::post('/sort', [ProvincesController::class, 'sort'])->name('provinces.sort');
+ Route::post('/updatealias', [ProvincesController::class, 'updatealias'])->name('provinces.updatealias');
+ Route::get('/show/{id}', [ProvincesController::class, 'show'])->name('provinces.show');
+ Route::get('/edit/{id}', [ProvincesController::class, 'edit'])->name('provinces.edit') ;
+ Route::post('/update/{id}', [ProvincesController::class, 'update'])->name('provinces.update');
+ Route::delete('/destroy/{id}', [ProvincesController::class, 'destroy'])->name('provinces.destroy');
+ Route::get('/toggle/{id}', [ProvincesController::class, 'toggle'])->name('provinces.toggle');
+ });
\ No newline at end of file
diff --git a/routes/web.php b/routes/web.php
index 62324d3..31b3f81 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -97,13 +97,13 @@ Route::middleware('auth')->group(function () {
require __DIR__ . '/route.settings.php';
require __DIR__ . '/route.menulocations.php';
require __DIR__ . '/route.menuitems.php';
-
-
-
-
-
-
-
+ require __DIR__ . '/route.provinces.php';
+ require __DIR__ . '/route.news_type.php';
+ require __DIR__ . '/route.newscategories.php';
+ require __DIR__ . '/route.news.php';
+ require __DIR__ . '/route.authors.php';
+ require __DIR__ . '/route.advertisement.php';
+ require __DIR__ . '/route.economies.php';
});
require __DIR__ . '/route.client.php';
diff --git a/storage/app/public/hulaki/files/1/avatar.jpg b/storage/app/public/hulaki/files/1/avatar.jpg
new file mode 100644
index 0000000..c86e458
Binary files /dev/null and b/storage/app/public/hulaki/files/1/avatar.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/3.jpg b/storage/app/public/hulaki/files/1/news/3.jpg
new file mode 100644
index 0000000..2505684
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/3.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/Rittha.jpg b/storage/app/public/hulaki/files/1/news/Rittha.jpg
new file mode 100644
index 0000000..e876152
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/Rittha.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/cash.jpg b/storage/app/public/hulaki/files/1/news/cash.jpg
new file mode 100644
index 0000000..e236f4e
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/cash.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/ilam-tea-1.jpg b/storage/app/public/hulaki/files/1/news/ilam-tea-1.jpg
new file mode 100644
index 0000000..6fcfe21
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/ilam-tea-1.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/nepalvssouthafrica-1-1562024051403-1000x0.jpg b/storage/app/public/hulaki/files/1/news/nepalvssouthafrica-1-1562024051403-1000x0.jpg
new file mode 100644
index 0000000..335ae2e
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/nepalvssouthafrica-1-1562024051403-1000x0.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/nepalvssouthafrica-6-1562024051356-1000x0.jpg b/storage/app/public/hulaki/files/1/news/nepalvssouthafrica-6-1562024051356-1000x0.jpg
new file mode 100644
index 0000000..be89cb4
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/nepalvssouthafrica-6-1562024051356-1000x0.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p2-5.jpg b/storage/app/public/hulaki/files/1/news/p2-5.jpg
new file mode 100644
index 0000000..605540b
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p2-5.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p3-1.jpg b/storage/app/public/hulaki/files/1/news/p3-1.jpg
new file mode 100644
index 0000000..9c89cb2
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p3-1.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p3-2.jpg b/storage/app/public/hulaki/files/1/news/p3-2.jpg
new file mode 100644
index 0000000..14f42c3
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p3-2.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p3-3.jpg b/storage/app/public/hulaki/files/1/news/p3-3.jpg
new file mode 100644
index 0000000..84e58c7
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p3-3.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p3-4.jpg b/storage/app/public/hulaki/files/1/news/p3-4.jpg
new file mode 100644
index 0000000..0168689
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p3-4.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p3-5.jpg b/storage/app/public/hulaki/files/1/news/p3-5.jpg
new file mode 100644
index 0000000..e90b63a
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p3-5.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p4-1.jpg b/storage/app/public/hulaki/files/1/news/p4-1.jpg
new file mode 100644
index 0000000..9d8b3d3
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p4-1.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p4-2.jpg b/storage/app/public/hulaki/files/1/news/p4-2.jpg
new file mode 100644
index 0000000..4aaf653
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p4-2.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p4-3.jpg b/storage/app/public/hulaki/files/1/news/p4-3.jpg
new file mode 100644
index 0000000..878854c
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p4-3.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p4-4.jpg b/storage/app/public/hulaki/files/1/news/p4-4.jpg
new file mode 100644
index 0000000..3958a9e
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p4-4.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p4-5.jpg b/storage/app/public/hulaki/files/1/news/p4-5.jpg
new file mode 100644
index 0000000..55d3747
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p4-5.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p5-1.jpg b/storage/app/public/hulaki/files/1/news/p5-1.jpg
new file mode 100644
index 0000000..05cfc9b
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p5-1.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p5-2.jpg b/storage/app/public/hulaki/files/1/news/p5-2.jpg
new file mode 100644
index 0000000..79b0753
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p5-2.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p5-3.jpg b/storage/app/public/hulaki/files/1/news/p5-3.jpg
new file mode 100644
index 0000000..91c519a
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p5-3.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p5-4.jpg b/storage/app/public/hulaki/files/1/news/p5-4.jpg
new file mode 100644
index 0000000..c8887da
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p5-4.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p5-5.jpg b/storage/app/public/hulaki/files/1/news/p5-5.jpg
new file mode 100644
index 0000000..3dc23e8
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p5-5.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p6-1.jpg b/storage/app/public/hulaki/files/1/news/p6-1.jpg
new file mode 100644
index 0000000..ed34192
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p6-1.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p6-2.jpg b/storage/app/public/hulaki/files/1/news/p6-2.jpg
new file mode 100644
index 0000000..6957653
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p6-2.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p6-3.jpg b/storage/app/public/hulaki/files/1/news/p6-3.jpg
new file mode 100644
index 0000000..b972015
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p6-3.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p6-4.jpg b/storage/app/public/hulaki/files/1/news/p6-4.jpg
new file mode 100644
index 0000000..9828e77
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p6-4.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p6-5.jpg b/storage/app/public/hulaki/files/1/news/p6-5.jpg
new file mode 100644
index 0000000..02f9399
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p6-5.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p7-1.jpg b/storage/app/public/hulaki/files/1/news/p7-1.jpg
new file mode 100644
index 0000000..a5eb81c
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p7-1.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p7-2.jpg b/storage/app/public/hulaki/files/1/news/p7-2.jpg
new file mode 100644
index 0000000..0adec7c
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p7-2.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p7-3.jpg b/storage/app/public/hulaki/files/1/news/p7-3.jpg
new file mode 100644
index 0000000..d3bc269
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p7-3.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p7-4.jpg b/storage/app/public/hulaki/files/1/news/p7-4.jpg
new file mode 100644
index 0000000..11181b1
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p7-4.jpg differ
diff --git a/storage/app/public/hulaki/files/1/news/p7-5.png b/storage/app/public/hulaki/files/1/news/p7-5.png
new file mode 100644
index 0000000..112fe73
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/p7-5.png differ
diff --git a/storage/app/public/hulaki/files/1/news/uml-mahobadi.jpg b/storage/app/public/hulaki/files/1/news/uml-mahobadi.jpg
new file mode 100644
index 0000000..a6e3264
Binary files /dev/null and b/storage/app/public/hulaki/files/1/news/uml-mahobadi.jpg differ