diff --git a/app/views/mentors/create.blade.php b/app/views/mentors/create.blade.php
index 39346a0..4489ab5 100644
--- a/app/views/mentors/create.blade.php
+++ b/app/views/mentors/create.blade.php
@@ -1,7 +1,7 @@
- Look! I'm CRUDding
+ Welcome To Mentconnect
@@ -17,7 +17,7 @@
-Create a Nerd
+Create a Mentor
{{ HTML::ul($errors->all()) }}
diff --git a/app/views/mentors/edit.blade.php b/app/views/mentors/edit.blade.php
index 63844e0..71d0424 100644
--- a/app/views/mentors/edit.blade.php
+++ b/app/views/mentors/edit.blade.php
@@ -2,7 +2,7 @@
- Look! I'm CRUDding
+ Welcome To Mentconnect
diff --git a/app/views/mentors/index.blade.php b/app/views/mentors/index.blade.php
index 6408963..d4af855 100644
--- a/app/views/mentors/index.blade.php
+++ b/app/views/mentors/index.blade.php
@@ -1,7 +1,7 @@
- Look! I'm CRUDding
+ Welcome To Mentconnect
@@ -44,19 +44,13 @@
-
-
-
-
{{ Form::open(array('url' => 'mentors/' . $value->id, 'class' => 'pull-right')) }}
{{ Form::hidden('method', 'DELETE') }}
{{ Form::submit('Delete this Mentor', array('class' => 'btn btn-warning')) }}
{{ Form::close() }}
-
Show this mentor
-
Edit this mentor
|
diff --git a/app/views/mentors/show.blade.php b/app/views/mentors/show.blade.php
index e47e8f8..d71e9b0 100644
--- a/app/views/mentors/show.blade.php
+++ b/app/views/mentors/show.blade.php
@@ -3,7 +3,7 @@
- Look! I'm CRUDding
+ Welcome To Mentconnect