@extends('install.layout') @section('content')

{{ __('Create Admin Account') }}

{{ __('This will be the super admin account for managing') }} {{ config('app.name') }}.

@csrf
@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
← {{ __('Back') }}
@endsection