<?php $__env->startSection('title', 'FFMS'); ?>

<?php $__env->startSection('content'); ?>
  <div class="row">
      <div class="col-12">
          <div class="card">
              <div class="card-primary">
                  <div class="card-header">
                      <h3 class="card-title" style="color: blue;"><b> Subscription </b></h3>
                  </div>
                  <!-- /.card-header -->
                  <div class="card-body">
                    <div class="col-12">
                        <div class="form-group row">
                            <div class="col-12">
                              <h3 class="card-title" style="color: green;"><b>Your account setup is underway, and a confirmation email will be dispatched within the next 3 hours. <br><br>Please reach out to our support team at support@ffms.app for immediate assistance.</b></h3><br>
                              <!--<h4>Please click the link to login.</h4>
                              <br>
                              <a href="<?php echo e(URL::to('/')); ?>"  class="btn btn-primary btn-sm">Proceed to Login</a>-->
                            </div>
                        </div>
                    </div>
                  </div>
              </div>
          </div>
      </div>
  </div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.subscriptionheader', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>