diff --git a/resources/themes/adminlte/views/auth/login.blade.php b/resources/themes/adminlte/views/auth/login.blade.php index 9452753..747ef65 100644 --- a/resources/themes/adminlte/views/auth/login.blade.php +++ b/resources/themes/adminlte/views/auth/login.blade.php @@ -79,12 +79,12 @@ @endif

- {{ trans('adminlte_lang::message.forgotpassword') }} + {{ trans('adminlte_lang::message.forgotpassword') }}

@isset($register)

- Register a new membership + {{ trans('adminlte_lang::message.register') }}

@endisset diff --git a/resources/themes/adminlte/views/auth/passwords/email.blade.php b/resources/themes/adminlte/views/auth/passwords/email.blade.php index 27a8f32..676b828 100644 --- a/resources/themes/adminlte/views/auth/passwords/email.blade.php +++ b/resources/themes/adminlte/views/auth/passwords/email.blade.php @@ -5,41 +5,63 @@ @endsection @section('content') - -
-
- + - - @include('adminlte::layouts.partials.scripts_auth') - + @endsection \ No newline at end of file diff --git a/resources/themes/adminlte/views/auth/passwords/reset.blade.php b/resources/themes/adminlte/views/auth/passwords/reset.blade.php index 2788f15..06d0180 100644 --- a/resources/themes/adminlte/views/auth/passwords/reset.blade.php +++ b/resources/themes/adminlte/views/auth/passwords/reset.blade.php @@ -5,42 +5,65 @@ @endsection @section('content') - -
- - - @include('adminlte::layouts.partials.scripts_auth') - + @endsection \ No newline at end of file