@extends('layouts.app', ['class' => 'bg-default']) @section('content') @include('layouts.headers.guest')
{{ __('Or sign up with credentials') }}
@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{ __('password strength') }}: {{ __('strong') }}strong
@endsection