@extends('layouts.master') @section('title', e(__('Generate New Account'))) @push('styles') @endpush @section('content') {{__('Generate New Account')}} @csrf @method('POST') @error('email') {{ $message }} @enderror @error('password') {{ $message }} @enderror @error('password_confirmation') {{ $message }} @enderror {{__('Generate Password')}} {{__('Need any help ')}}? Click {{__('here')}} @endsection
{{__('Need any help ')}}?
Click {{__('here')}}