@extends('layouts' . '.' . get_frontend_settings('theme')) @push('title', get_phrase('Reset Password')) @push('meta')@endpush @push('css') @endpush @section('content')
@csrf

{{ get_phrase('Reset Password') }}

{{ get_phrase('Submit your account email address.') }}

{{ get_phrase('Back to login page') }}
@endsection @push('js') @endpush