@extends('layouts.setup') @section('content')
@lang('setup.account_setup')

@lang('setup.account_setup.intro')

@include('partials.alerts')
@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('email')) @endif
@if ($errors->has('password')) @else

@lang('setup.account_setup.password_requirements')

@endif
@if ($errors->has('password_confirmation')) @endif
@endsection