Removed redundant items, upgraded to laravel 5.6
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div id="app" v-cloak>
|
||||
<div class="login-box">
|
||||
<div class="login-logo">
|
||||
<a href="{{ url('/home') }}">{!! config('app.namehtml') !!}</a>
|
||||
<a href="{{ url('/home') }}">{!! config('app.name_html_long') !!}</a>
|
||||
</div><!-- /.login-logo -->
|
||||
|
||||
@if (count($errors) > 0)
|
||||
@@ -49,4 +49,4 @@
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
@endsection
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user