forgotten tab title added

This commit is contained in:
batuhanbas 2020-01-21 10:17:22 +03:00
parent 26da994029
commit afe974afd5
2 changed files with 5 additions and 1 deletions

View File

@ -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 @@
<div class="col-xs-12 col-sm-12">
{!! Form::button(
'<div class="aka-loader"></div> <span>' . trans('general.send') . '</span>',
[':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')]) !!}
</div>
</div>
{!! Form::close() !!}

View File

@ -1,5 +1,7 @@
@extends('layouts.auth')
@section('title', trans('auth.reset_password'))
@section('message', trans('auth.reset_password'))
@section('content')