<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if !IE]><!-->
<html lang="en">
<!--<![endif]-->

<!-- Mirrored from seantheme.com/color-admin-v2.0/admin/html/login_v3.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 28 May 2016 13:34:14 GMT -->
<head>
    <meta charset="utf-8" />
    <title>E-readiness</title>
    <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport" />
    <meta content="" name="description" />
    <meta content="" name="author" />
    
    <!-- ================== BEGIN BASE CSS STYLE ================== -->
    <link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
    <link href="{{ asset('assets/plugins/jquery-ui/themes/base/minified/jquery-ui.min.css')}}" rel="stylesheet" />
    <link href="{{ asset('assets/plugins/bootstrap/css/bootstrap.min.css')}}" rel="stylesheet" />
    <link href="{{ asset('assets/plugins/font-awesome/css/font-awesome.min.css')}}" rel="stylesheet" />
    <link href="{{ asset('assets/css/animate.min.css')}}" rel="stylesheet" />
    <link href="{{ asset('assets/css/style.min.css')}}" rel="stylesheet" />
    <link href="{{ asset('assets/css/style-responsive.min.css')}}" rel="stylesheet" />
    <link href="{{ asset('assets/css/theme/default.css')}}" rel="stylesheet" id="theme" />
    <!-- ================== END BASE CSS STYLE ================== -->
    
    <!-- ================== BEGIN BASE JS ================== -->
    <script src="{{ asset('assets/plugins/pace/pace.min.js')}}"></script>
    <!-- ================== END BASE JS ================== -->
</head>
<body class="pace-top bg-white">

    <!-- begin #page-loader -->
    <div id="page-loader" class="fade in"><span class="spinner"></span></div>
    <!-- end #page-loader -->


    <!-- begin #page-container -->
    <div id="page-container" class="fade">
        <!-- begin login -->
        <div class="login login-with-news-feed">
        <!-- begin news-feed -->
             <div class="news-feed">
                <div class="news-image">
                     <img src="{{asset('/assets/img/login-bg/bg-8.jpg')}}" alt="" />
                </div>
                <div class="news-caption">
                    <h4 class="caption-title"><i class="fa fa-edit text-success"></i> Announcing the Launch of E-Readiness Web Application</h4>
                    <p>
                        As a E-Readiness Web Application  administrator, you use the application console to manage your organization’s account, such as add new users, manage security settings, and turn on the services you want your team to access.
                    </p>
                </div>
            </div>
            <!-- end news-feed -->

             <!-- begin right-content -->
            <div class="right-content">
                <!-- begin login-header -->
                <div class="login-header">
                    <div class="brand">
                        <span class="logo"></span> E-readiness
                        <small>Web Application</small>
                    </div>
                    <div class="icon">
                        <i class="fa fa-sign-in"></i>
                    </div>
                </div>
                <!-- end login-header -->
                <!-- begin login-content -->
                <div class="login-content">

                

                
                

                     @if (Session::has('msg'))
                    <h5 class="alert alert-danger">
                        {{Session::get('msg')}}
                        {{Session::put('msg',NULL)}}
                    </h5>
                    @endif

                    @if (count($errors) > 0)
                        <div class="alert alert-danger">
                            <ul>
                                @foreach ($errors->all() as $error)
                                    <li>{{ $error }}</li>
                                @endforeach
                            </ul>
                        </div>
                    @endif

                    <form action="{{ url('/register') }}" method="post" class="margin-bottom-0">
                     {{ csrf_field() }}

                      <div class="form-group m-b-15 {{ $errors->has('name') ? ' has-error' : '' }}">      <label>Registrant Name</label>
                                <input id="name" type="text" class="form-control" placeholder="Full Name" name="name" value="{{ old('name') }}" required autofocus>

                                @if ($errors->has('name'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('name') }}</strong>
                                    </span>
                                @endif
                            
                        </div>


                        <div class="form-group m-b-15 {{ $errors->has('email') ? ' has-error' : '' }}">
                          <label>Registrant Email Address</label>
                            <input type="text" class="form-control input-lg" name="email" value="{{ old('email') }}" placeholder="Email Address" />
                            @if ($errors->has('email'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('email') }}</strong>
                                    </span>
                            @endif
                        </div>
                         <div class="form-group m-b-15 {{ $errors->has('org_name') ? ' has-error' : '' }}">      <label>Organization  Name</label>
                                <input id="name" type="text" class="form-control" placeholder="Organization Name" name="org_name" value="{{ old('org_name') }}" required autofocus>

                                @if ($errors->has('org_name'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('org_name') }}</strong>
                                    </span>
                                @endif
                            
                        </div>


                        <div class="form-group m-b-15 {{ $errors->has('org_email') ? ' has-error' : '' }}">
                          <label>Organization Email Address</label>
                            <input type="text" class="form-control input-lg" name="org_email" value="{{ old('email') }}" placeholder="Orgnization Email Address" />
                            @if ($errors->has('org_email'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('org_email') }}</strong>
                                    </span>
                            @endif
                        </div>

                        <div class="form-group m-b-15 {{ $errors->has('org_postal_address') ? ' has-error' : '' }}">
                          <label>Organization Postal  Address</label>
                            <input type="text" class="form-control input-lg" name="org_postal_address" value="{{ old('org_postal_address') }}" placeholder="Orgnization Postal Address" />
                            @if ($errors->has('org_postal_address'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('org_postal_address') }}</strong>
                                    </span>
                            @endif
                        </div>
                        <div class="form-group m-b-15 {{ $errors->has('password') ? ' has-error' : '' }}">
                         <label>Password</label>
                            <input type="password" class="form-control input-lg" name="password" placeholder="Password" />

                            @if ($errors->has('password'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('password') }}</strong>
                                    </span>
                            @endif
                        </div>

                         <div class="form-group m-b-15 {{ $errors->has('password_confirmation') ? ' has-error' : '' }}">
                            <label>Password Confirmation</label>
                                <input id="password-confirm" type="password" class="form-control" placeholder="Confirm Password" name="password_confirmation" required>

                                @if ($errors->has('password_confirmation'))
                                    <span class="help-block">
                                        <strong>{{ $errors->first('password_confirmation') }}</strong>
                                    </span>
                                @endif
                           
                        </div>

                        <div class="login-buttons">
                            <button type="submit" class="btn btn-success btn-block btn-lg">Sign me Up</button>
                        </div>
                        <div class="m-t-20 m-b-40 p-b-40">
                            Already a member? Click<a href="{{ url('/login') }}" class="text-success"> here</a> to Sign In.
                        </div>
                        <hr />
                        <p class="text-center text-inverse">
                            &copy; E-readiness All Right Reserved <?=date('Y')?>
                        </p>
                    </form>
                </div>
                <!-- end login-content -->
            </div>
            <!-- end right-container -->
        </div>
    </div>

    <!-- ================== BEGIN BASE JS ================== -->
    <script src="{{ asset('/assets/plugins/jquery/jquery-1.9.1.min.js')}}"></script>
    <script src="{{ asset('/assets/plugins/jquery/jquery-migrate-1.1.0.min.js')}}"></script>
    <script src="{{ asset('/assets/plugins/jquery-ui/ui/minified/jquery-ui.min.js')}}"></script>
    <script src="{{ asset('/assets/plugins/bootstrap/js/bootstrap.min.js')}}"></script>
    <!--[if lt IE 9]>
        <script src="{{ asset('/assets/crossbrowserjs/html5shiv.js')}}"></script>
        <script src="{{ asset('/assets/crossbrowserjs/respond.min.js')}}"></script>
        <script src="{{ asset('/assets/crossbrowserjs/excanvas.min.js')}}"></script>
    <![endif]-->
    <script src="{{ asset('/assets/plugins/slimscroll/jquery.slimscroll.min.js')}}"></script>
    <script src="/assets/plugins/jquery-cookie/jquery.cookie.js')}}"></script>
    <!-- ================== END BASE JS ================== -->
    
    <!-- ================== BEGIN PAGE LEVEL JS ================== -->
    <script src="{{ asset('/assets/js/apps.min.js')}}"></script>
    <!-- ================== END PAGE LEVEL JS ================== -->

    <script>
        $(document).ready(function() {
            App.init();
        });
    </script>
    
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','../../../../www.google-analytics.com/analytics.js','ga');

      ga('create', 'UA-53034621-1', 'auto');
      ga('send', 'pageview');

    </script>
</body>

</html>