added some icons, small cleaning, create table page stub, table controller
This commit is contained in:
@@ -53,10 +53,14 @@
|
||||
<div class="col-md-8 offset-md-4">
|
||||
<button type="submit" class="btn btn-primary">
|
||||
{{ __('Login') }}
|
||||
</button>
|
||||
</button>{{--
|
||||
|
||||
<a class="btn btn-link" href="{{ route('password.request') }}">
|
||||
--}}<a class="btn btn-link" href="{{ route('password.request') }}">
|
||||
{{ __('Forgot Your Password?') }}
|
||||
</a>{{--
|
||||
|
||||
--}}<a class="btn btn-link pl-0" href="{{ route('register') }}">
|
||||
{{ __('Register') }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -65,29 +69,26 @@
|
||||
|
||||
<div class="card-footer bg-white">
|
||||
<div class="form-group row mb-0">
|
||||
<span class="col-md-2 col-form-label text-md-right">{{ __('Log in with') }}</span>
|
||||
<span class="col-md-2 col-form-label text-md-right">{{ __('Login with') }}</span>
|
||||
|
||||
<div class="col-md-8">
|
||||
@set('services.oauth_providers.github.client_id')
|
||||
<a type="submit" href="{{route('oauth-github-authorize')}}" class="btn btn-dark">
|
||||
<i class="fa-github pr-1"></i>
|
||||
{{ __('GitHub') }}
|
||||
</a>
|
||||
@endset
|
||||
|
||||
{{--@set('services.oauth_providers.stack.client_id')
|
||||
<a type="submit" href="{{route('oauth-stack-authorize')}}" class="btn btn-dark">
|
||||
{{ __('StackOverflow') }}
|
||||
</a>
|
||||
@endset--}}
|
||||
|
||||
@set('services.oauth_providers.google.client_id')
|
||||
<a type="submit" href="{{route('oauth-google-authorize')}}" class="btn btn-dark">
|
||||
<i class="fa-google pr-1"></i>
|
||||
{{ __('Google') }}
|
||||
</a>
|
||||
@endset
|
||||
|
||||
@set('services.oauth_providers.facebook.client_id')
|
||||
<a type="submit" href="{{route('oauth-facebook-authorize')}}" class="btn btn-dark">
|
||||
<i class="fa-facebook-square pr-1"></i>
|
||||
{{ __('Facebook') }}
|
||||
</a>
|
||||
@endset
|
||||
|
||||
@@ -71,12 +71,11 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="card-footer text-muted">
|
||||
You can also log in with
|
||||
<div class="card-footer bg-white text-muted">
|
||||
You can also register by logging in with
|
||||
<a href="{{route('oauth-google-authorize')}}">Google</a>,
|
||||
<a href="{{route('oauth-github-authorize')}}">GitHub</a>,
|
||||
or <a href="{{route('oauth-facebook-authorize')}}">Facebook</a>,
|
||||
without the need to register.
|
||||
or <a href="{{route('oauth-facebook-authorize')}}">Facebook</a>.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user