@extends('layouts.auth') @section('site_title', formatTitle([Str::ucfirst(mb_strtolower(__('Reset Password'))), config('settings.title')])) @section('head_content') @endsection @section('content')

{{ Str::ucfirst(mb_strtolower(__('Reset Password'))) }}

{{ __('Get back your account.') }}

@include('shared.message')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ Str::ucfirst(mb_strtolower(__('Reset Password'))) }}
{{ __('Get back your account.') }}
@endsection @include('shared.sidebars.user')