@extends('layout.auth') @section('title', __('Reset Password')) @section('title1', __('Reset Password')) @section('title2', __('Reset Password')) @section('class_global', 'login-container') @section('return')
{{ __('Login')}}
@endsection @section('content')
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection