@extends('install.view') @section('admin_step') active @endsection @section('content') @isset($errors)
@endisset @isset($error)

{!! $error !!}

@endisset Set up admin account.
{{-- Create a new user that will be an admin: --}}
@endsection