{{-- @extends('layouts.app') @section('content')
{{ __('Reset Password') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@endsection --}} @extends('layouts.auth.app') @section('content') @if(count($errors) > 0 )
@endif
@csrf
@endsection @section("scripts") @endsection