@extends($_layout . 'master') @section('title', scw_text('account_page_forgot_password_title')) @include($_lib . 'register-meta') @section('content')
@endsection @extends($_layout.'master') @section('title', 'Quên mật khẩu') @section('meta.robots', 'noindex') @section('content')
@if ($next = old('next', $request->next)) @endif @csrf
@if ($error = session('error')) {{$error}} @endif
@endsection