@extends('vendor.installer.layouts.master') @section('template_title') Create admin account @endsection @section('title') Create admin account @endsection @section('container')
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirm_password')) {{ $errors->first('confirm_password') }} @endif
This might take a while. Please wait...
@endsection