diff --git a/app/Http/Controllers/HomeController.php b/app/Http/Controllers/HomeController.php index 8118239..9af36c1 100644 --- a/app/Http/Controllers/HomeController.php +++ b/app/Http/Controllers/HomeController.php @@ -127,6 +127,7 @@ class HomeController extends Controller $message->subject($subject); // $message->to('info@agilityhomecare.com.au', 'AgilityHomeCare')->subject($subject); $message->to('mahesh@extratechs.com.au', 'Extratech')->subject($subject); + $message->to('suman@extratechs.com.au', 'Extratech')->subject($subject); }); diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 414b819..90e58f5 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -23,9 +23,9 @@
About us

Who are we?

-

{{$about->first()->description}} +

{!!strip_tags$about($about->first()->description)!!}

- {{$about->first()->sub_description}} + {!!strip_tags($about->first()->sub_description)!!}

diff --git a/resources/views/am_chef.blade.php b/resources/views/am_chef.blade.php index e56b760..9328344 100644 --- a/resources/views/am_chef.blade.php +++ b/resources/views/am_chef.blade.php @@ -56,16 +56,16 @@

Please fill-up the form

- - + +
- - + +
- - + +
@@ -329,16 +329,16 @@
diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php index eb562c2..2912bfb 100644 --- a/resources/views/contact.blade.php +++ b/resources/views/contact.blade.php @@ -74,19 +74,19 @@
- +
- +
- +
@@ -128,7 +128,7 @@
- +
diff --git a/resources/views/need_chef.blade.php b/resources/views/need_chef.blade.php index 0c0b28e..3593160 100644 --- a/resources/views/need_chef.blade.php +++ b/resources/views/need_chef.blade.php @@ -49,23 +49,23 @@

Please fill-up the form

- +
- +
- +
- +
- +
@php $code = Str::random(5);