From afe974afd57502c6cea26684a68723fbd0915dae Mon Sep 17 00:00:00 2001 From: batuhanbas Date: Tue, 21 Jan 2020 10:17:22 +0300 Subject: [PATCH] forgotten tab title added --- resources/views/auth/forgot/create.blade.php | 4 +++- resources/views/auth/reset/create.blade.php | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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')