@extends($activeTemplate.'layouts.auth') @section('content') @php $auth = getContent('auth.content', true); @endphp @lang('Reset Password') @csrf {{ __('Select One') }} @lang('E-Mail Address') @lang('Username') @error('value') {{ $message }} @enderror @lang('Send Password Code') @lang('Welcome to') @endsection @push('script') @endpush