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