@extends('shaun_core::install.layouts.master') @section('template_title') {{ __('Step 4 | Create Admin Account') }} @endsection @section('title') {{ __('Create Admin Account') }} @endsection @section('container')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@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
@endsection @section('scripts') @endsection