@extends('admin.layouts.login') @section('title','Admin Reset Password') @section('content')

@lang('Reset Password')

@csrf
@error('email')

{{ $message }}

@enderror
@lang('Click to') {{trans('Sign In')}}
@endsection @push('css') @endpush