diff --git a/resources/themes/architect/views/auth/login.blade.php b/resources/themes/architect/views/auth/login.blade.php index fbbc3f6..3510679 100644 --- a/resources/themes/architect/views/auth/login.blade.php +++ b/resources/themes/architect/views/auth/login.blade.php @@ -11,14 +11,7 @@
- - + +
diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index f2a0ad7..7eb82ac 100644 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -12,7 +12,7 @@ --}} @section('main-content') -
+
@@ -38,19 +38,7 @@
- @if(file_exists('home-note.html')) -
-
-
-
-
NOTE
- - {!! file_get_contents('home-note.html') !!} - -
-
-
- @endif + @endsection @section('page-scripts') diff --git a/resources/views/update.blade.php b/resources/views/update.blade.php index 25f1daf..da62654 100644 --- a/resources/views/update.blade.php +++ b/resources/views/update.blade.php @@ -34,44 +34,15 @@ @endsection @section('main-content') - @if(session()->has('note')) -
-

Note:

-
-

{{ session()->pull('note') }}

-
- @endif - - @if(session()->has('success')) -
-

Success!

-
-

{{ session()->pull('success') }}

-
    - @foreach (session()->pull('updated') as $key => $values) -
  • {{ $key }}: {{ join(',',$values) }}
  • - @endforeach -
-
- @endif - - @if($errors->any()) -
-

Error?

-
-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif + + +
@csrf - +
@@ -104,28 +75,15 @@
- -
-
- @lang('Reset') - @lang('Update') -
-
+ +
+
+ + +
+
+
-@endsection - -@section('page-scripts') - -@append \ No newline at end of file +@endsection \ No newline at end of file