@extends('layouts.app') @section('title', translate('userchecks.reset_password_title')) @section('content')

{{ translate('userchecks.reset_password_header') }}

@csrf @if(!$token)
@else
@endif
@endsection