diff --git a/resources/views/assets/docs b/resources/views/assets/docs deleted file mode 100644 index e69de29..0000000 diff --git a/resources/views/assets/mail.php b/resources/views/assets/mail.php deleted file mode 100644 index 59c0319..0000000 --- a/resources/views/assets/mail.php +++ /dev/null @@ -1,114 +0,0 @@ -"; - - - - // Send the email. - - if (mail($recipient, $sender, $email_content, $email_headers)) { - - // Set a 200 (okay) response code. - - http_response_code(200); - - echo "Thank You! Your message has been sent."; - - } else { - - // Set a 500 (internal server error) response code. - - http_response_code(500); - - echo "Oops! Something went wrong and we couldn't send your message."; - - } - - - - } else { - - // Not a POST request, set a 403 (forbidden) response code. - - http_response_code(403); - - echo "There was a problem with your submission, please try again."; - - } - - - -?> - diff --git a/resources/views/assets/sass.txt b/resources/views/assets/sass.txt deleted file mode 100644 index 8f9f264..0000000 --- a/resources/views/assets/sass.txt +++ /dev/null @@ -1 +0,0 @@ -sass --watch "C:\Users\Tushar\Dropbox\Tushar\tutorgo\assets\scss\main.scss":"C:\Users\Tushar\Dropbox\Tushar\tutorgo\assets\css\main.css" \ No newline at end of file diff --git a/resources/views/components/footer.blade.php b/resources/views/components/footer.blade.php deleted file mode 100644 index 80c9ad0..0000000 --- a/resources/views/components/footer.blade.php +++ /dev/null @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/views/components/header.blade.php b/resources/views/components/header.blade.php deleted file mode 100644 index 9e5b8a3..0000000 --- a/resources/views/components/header.blade.php +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - Абитуриенту ФГБОУ ВО "МГТУ" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - -
- - - -
-
- - - - - - - - -
-
- -
-
- - - -
-
-
-
- -
-
-
- ELEVATE YOUR BUSINESS WITH -
- -
-

Limitless customization options & Elementor compatibility let anyone create a beautiful website - with Valiance.

-
- -
-
- - -
-
-

Contact info

- 27 Division St, New York, - +154 4808 84082 4830 - support@noxia.com - Office Hours: 8AM - 5PM - Sunday - Wekend Day -
-
-
-
-
- -
- diff --git a/resources/views/layouts/layout.blade.php b/resources/views/layouts/layout.blade.php new file mode 100644 index 0000000..3b590b5 --- /dev/null +++ b/resources/views/layouts/layout.blade.php @@ -0,0 +1,329 @@ + + + + + + + Абитуриенту ФГБОУ ВО "МГТУ" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + +
+ + + +
+
+ + + + + + + + +
+
+ +
+
+ + + +
+
+
+
+ +
+
+
+ ELEVATE YOUR BUSINESS WITH +
+ +
+

Limitless customization options & Elementor compatibility let anyone create a beautiful website + with Valiance.

+
+ +
+
+ + +
+
+

Contact info

+ 27 Division St, New York, + +154 4808 84082 4830 + support@noxia.com + Office Hours: 8AM - 5PM + Sunday - Wekend Day +
+
+
+
+
+ +
+ + +@yield('content') + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/views/test.blade.php b/resources/views/test.blade.php index 62c6efd..931ea60 100644 --- a/resources/views/test.blade.php +++ b/resources/views/test.blade.php @@ -1,4 +1,5 @@ -@include('components.header') +@extends('layouts.layout') +@section('content')
@@ -444,4 +445,4 @@
-@include('components.footer') +@endsection