@extends('layouts.auth') @section('content')
@include('partials.alerts')
@lang('linkace.reset_password')
@csrf
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @endif
@if ($errors->has('password_confirmation')) @endif
@endsection