@extends('web.layouts.layout') @section('content')

{{ $title ?? '' }}

@csrf
@if(in_array('name', $moduleFields))
@endif @if(in_array('username', $moduleFields))
@endif
{{-- value="{{ old('phone') }}" --}}
@if(in_array('birth_date', $moduleFields))
@endif

{{ __('users::users.password_must_be') }}

{{ __('users::users.have_account') }} {{ __('users::users.login2') }}

@endsection @push('stack_scripts') @endpush