diff --git a/resources/views/auth/forgot/create.blade.php b/resources/views/auth/forgot/create.blade.php index 378b0126e..07bcb1940 100644 --- a/resources/views/auth/forgot/create.blade.php +++ b/resources/views/auth/forgot/create.blade.php @@ -1,5 +1,7 @@ @extends('layouts.auth') +@section('title', trans('auth.forgot_password')) + @section('message', trans('auth.reset_password')) @section('content') @@ -22,7 +24,7 @@
{!! Form::button( '
' . trans('general.send') . '', - [':disabled' => 'form.loading', 'type' => 'submit', 'class' => 'btn btn-success header-button-top float-right', 'data-loading-text' => trans('general.loading')]) !!} + [':disabled' => 'form.loading', 'type' => 'submit', 'class' => 'btn btn-success float-right header-button-top', 'data-loading-text' => trans('general.loading')]) !!}
{!! Form::close() !!} diff --git a/resources/views/auth/reset/create.blade.php b/resources/views/auth/reset/create.blade.php index 8e7124ad1..3ecb705aa 100644 --- a/resources/views/auth/reset/create.blade.php +++ b/resources/views/auth/reset/create.blade.php @@ -1,5 +1,7 @@ @extends('layouts.auth') +@section('title', trans('auth.reset_password')) + @section('message', trans('auth.reset_password')) @section('content')