@extends('twill::auth.layout', [ 'route' => route('admin.login'), 'screenTitle' => twillTrans('twill::lang.auth.login-title') ]) @section('form')
{{ twillTrans('twill::lang.auth.forgot-password') }}
@if (config('twill.enabled.users-oauth', false)) @foreach(config('twill.oauth.providers', []) as $index => $provider) @includeIf('twill::auth.icons.' . $provider) Sign in with {{ ucfirst($provider)}} @endforeach @endif @stop