PATH:
home
/
lab2454c
/
omvstudio.com
/
storage
/
framework
/
views
<?php $__env->startSection('title', 'One Time Register'); ?> <?php $__env->startSection('login-content'); ?> <?php if(count($page_banners->pageBanners)): ?> <div class="image__card__wrapp"> <?php $__currentLoopData = $page_banners->pageBanners; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pageBanner): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <div class="image__box"><img src="<?php echo e(asset('storage/page_banners/' . $pageBanner->banner_image)); ?>" alt="" /></div> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </div> <?php endif; ?> <div class="body__container__wrapp__single body__container__wrapp__register"> <div class="form__wrapp"> <div class="header__wrapp"> <div class="logo__wrapp"> <a href="<?php echo e(route('home')); ?>"><img src="<?php echo e(isset($setting->site_logo) ? asset('storage/site_settings/' . $setting->site_logo) : asset('admin_assets/images/default-image.png')); ?>"></a> </div> <h1>Welcome back!</h1> <p>Get access to your Orders, Wishlist and Recommendations.</p> </div> <div class="form__wrapp__inner"> <form method="POST" action="<?php echo e(route('one-time-register')); ?>"> <?php echo csrf_field(); ?> <div class="form-group form-floating form__group"> <input type="text" class="form-control form__control <?php $__errorArgs = ['first_name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" name="first_name" placeholder="" value="<?php echo e(old('first_name')); ?>" required autocomplete="first_name" autofocus> <label class="form__label">First Name</label> <?php $__errorArgs = ['first_name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group form-floating form__group"> <input type="text" class="form-control form__control <?php $__errorArgs = ['last_name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" name="last_name" placeholder="" value="<?php echo e(old('last_name')); ?>" required autocomplete="last_name" autofocus> <label class="form__label">Last Name</label> <?php $__errorArgs = ['last_name']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group form-floating form__group"> <input type="text" class="form-control form__control <?php $__errorArgs = ['username']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" name="username" placeholder="" value="<?php echo e(old('username')); ?>" required autocomplete="username" autofocus> <label class="form__label">User Name</label> <?php $__errorArgs = ['username']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group form-floating form__group"> <input type="text" class="form-control form__control <?php $__errorArgs = ['email']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" name="email" placeholder="" value="<?php echo e(old('email')); ?>" required autocomplete="email" autofocus> <label class="form__label">Email</label> <?php $__errorArgs = ['email']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group form-floating form__group"> <input type="text" class="form-control form__control <?php $__errorArgs = ['phone_number']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" name="phone_number" placeholder="" value="<?php echo e(old('phone_number')); ?>" required autocomplete="phone_number" autofocus> <label class="form__label">Phone</label> <?php $__errorArgs = ['phone_number']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group form-floating form__group"> <input type="password" name="password" id="password" class="form-control form__control <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" placeholder="" required autocomplete="current-password"> <label class="form__label">Password</label> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <div class="form-group form-floating form__group"> <input type="password" name="password_confirmation" id="password-confirm" class="form-control form__control <?php $__errorArgs = ['password_confirmation']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> is-invalid <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?>" placeholder="" required autocomplete="current-password"> <label class="form__label">Confirm Password</label> <?php $__errorArgs = ['password']; $__bag = $errors->getBag($__errorArgs[1] ?? 'default'); if ($__bag->has($__errorArgs[0])) : if (isset($message)) { $__messageOriginal = $message; } $message = $__bag->first($__errorArgs[0]); ?> <span class="invalid-feedback" role="alert"> <strong><?php echo e($message); ?></strong> </span> <?php unset($message); if (isset($__messageOriginal)) { $message = $__messageOriginal; } endif; unset($__errorArgs, $__bag); ?> </div> <button type="submit" class="btn btn-default submit__btn">Register</button> </form> <p>Already have an account?<a href="<?php echo e(route('login')); ?>">Login here</a></p> </div> </div> <div class="container__wrapp__single__footer"> <?php if(isset($pages)): ?> <ul> <?php $__currentLoopData = $pages; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $menu): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a href="<?php echo e(url($menu['link'])); ?>"> <?php echo e($menu['label']); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php endif; ?> <div class="socila__info"> <ul> <?php if(isset($setting->facebook_link)): ?> <li><a href="<?php echo e(url($setting->facebook_link)); ?>" target="_blank"><img src="<?php echo e(asset('front_assets/images/facebook.svg')); ?>" alt="" /></a></li> <?php endif; ?> <?php if(isset($setting->twitter_link)): ?> <li><a href="<?php echo e(url($setting->twitter_link)); ?>" target="_blank"><img src="<?php echo e(asset('front_assets/images/twitter.svg')); ?>" alt="" /></a></li> <?php endif; ?> <?php if(isset($setting->instagram_link)): ?> <li><a href="<?php echo e(url($setting->instagram_link)); ?>" target="_blank"><img src="<?php echo e(asset('front_assets/images/instagram.svg')); ?>" alt="" /></a></li> <?php endif; ?> <?php if(isset($setting->linkedin_link)): ?> <li><a href="<?php echo e(url($setting->linkedin_link)); ?>" target="_blank"><img src="<?php echo e(asset('front_assets/images/linkedin.svg')); ?>" alt="" /></a></li> <?php endif; ?> <?php if(isset($setting->app_store_link)): ?> <li><a href="<?php echo e(url($setting->app_store_link)); ?>" target="_blank"><img src="<?php echo e(asset('front_assets/images/app-store.svg')); ?>" alt="" /></a></li> <?php endif; ?> <?php if(isset($setting->google_store_link)): ?> <li><a href="<?php echo e(url($setting->google_store_link)); ?>" target="_blank"><img src="<?php echo e(asset('front_assets/images/plat-store.svg')); ?>" alt="" /></a></li> <?php endif; ?> </ul> </div> </div> </div> <?php $__env->stopSection(); ?> <?php echo $__env->make('front.layouts.loginMasterLayout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home3/a1627qye/public_html/SAP92022/flixstudio/dev/resources/views/auth/one-time-register.blade.php ENDPATH**/ ?>
[+]
..
[-] 1c0dcee6b8d1f7e3d5611c6473cb1a122ffba258.php
[edit]
[-] eb083c0eb3fafbc92bce46659c9c521fa60422ac.php
[edit]
[-] 60572be858556668d0f08a922ab162687abd960a.php
[edit]
[-] 2ccbcfe8b01bc31e655cd218ed4f21d9fbb2d8e3.php
[edit]
[-] b055c90a2303835430c1f38c0359cbd07823292e.php
[edit]
[-] a23ce974bdedd96017e870c5422e944597522a69.php
[edit]
[-] f0cef9294de39fe77c9e8d6777647bb81717ccd0.php
[edit]
[-] 91387c63721df6abe820110487cdcffe045a9d68.php
[edit]
[-] cbc5f7f2816b9de1fffede8e4b0b8a1b690823d1.php
[edit]
[-] 19be7e9a2340519e6a22310ba73aec96c85403b7.php
[edit]
[-] f499c9c93267c3ebcbe3e90ce5c60e8e40a51030.php
[edit]
[-] 631d13b64dde8f4588f1bf9d42c2326e85d13150.php
[edit]
[-] 4707941f157e74a072fc3115ce3264cc4aeb26e2.php
[edit]
[-] b0d56818bc080d0143d2f6480e4e8882ad8412d2.php
[edit]
[-] 73d7156d9e829b211bfc02966d9b03ddf88d4882.php
[edit]
[-] 994eddd442ee1f7bc77cbf0f2c79197ee3e6b967.php
[edit]
[-] bb174550c1eff2c9951d41faa92a5aa303340a55.php
[edit]
[-] 04fd0fd1a96074d7a9901b752672901c93bf6f5a.php
[edit]
[-] 4754accb69589ffc45fd59e0948b9b693b27301f.php
[edit]
[-] a572a6a0657678a223d1a70875c76bb978f5d7b8.php
[edit]
[-] 9050e9c3ab7fc31e0a1c183074ee106feb712f65.php
[edit]
[-] 67c45a44902a867e6e946942c8960703cd40baa7.php
[edit]
[-] 5c1fc383b5496c91f0a319ec92c2bdea222a7090.php
[edit]
[-] 59fee6c7c1ba015a196672b613616cb303769289.php
[edit]
[-] f11f43efa2a00328b40b4b9f3a83f48711e9b47a.php
[edit]
[-] 302f1a2cfd32618c0fec2c12df1d1bc8f3265fe0.php
[edit]
[-] f8518435723d099e2f2aac4c219329c1ae934d2a.php
[edit]
[-] 6d78a7200ed5f60591bed2354e6178a56bd76398.php
[edit]
[-] fe3b0b57aed4e39c62d95e09224c426585db6b8d.php
[edit]
[-] b22dce1f0c0ab22aaa40814c2ce6ea079d861259.php
[edit]
[-] 06ed441cbb35307fa04f6d824899ec91403da07b.php
[edit]
[-] 0dca42aae8077541ac2e6792a6d81b9342c66a17.php
[edit]
[-] 71dae78f600b0a70886cdd7d3ea681b462a2b2b9.php
[edit]
[-] 42bd670ad4639ff205746eabc5f0939d6742c51a.php
[edit]
[-] 93796b431c39a5295f07f1db8699732cd84e64c1.php
[edit]
[-] 37b895984b8b5e7c4c49702200b2e26a8d377d9c.php
[edit]
[-] e7cf8844ca532445422e0c89c70895d459d893ac.php
[edit]
[-] c7c3c1eb651e08bac28b8069eb322c88ef9bbf18.php
[edit]
[-] f691d11d5ad8be177db233695b9c34ba41852b63.php
[edit]
[-] a9850464666c385520f95fe4190312fd8e5554b0.php
[edit]
[-] 86f76f7688161aaee344b717dfc163052a93ce05.php
[edit]
[-] 131ecf8af8000cd3f3672e10d241875d132e3119.php
[edit]
[-] 1a0f473ed88a2f4bc172550819f301057f2f33d3.php
[edit]
[-] d58a819c16ff5fc06780671eafcdda726755b421.php
[edit]
[-] a05c594e5e1b280a3ac4f367a2bf279c71ad2d6c.php
[edit]
[-] bc15e63c0ac4602ab40ac6691b695922b1620b41.php
[edit]
[-] 01c5b309a80d0bbabbc67e53b0b6a0ef578a290b.php
[edit]
[-] dc2b561a076acee76ab8cf6e724e685aa34438b2.php
[edit]
[-] bc7619bf25b7017228f4db1e86d24ff401e8410e.php
[edit]
[-] 6760c4066081f0eb7a29ee0cbeac1ef7a0410aa8.php
[edit]
[-] 4b62f760f604adfa7c2d741dbcb23097d783d1d8.php
[edit]
[-] 29ecc14d9d894a5b57c26920a9534b1e408f563b.php
[edit]
[-] a607f1cb40d5d08706002af26a6b21899208a88a.php
[edit]
[-] e10259b811a93eb76edf49f56946558a053be52c.php
[edit]
[-] 742d5d976c4eae360d503c1e23ce5cb8ab6ddfb7.php
[edit]
[-] 8ee4bcdbd6cee3c1911479f7fb44091b1e41c590.php
[edit]
[-] 0fad02728066a9e9557c7ef426441c7965697ccb.php
[edit]
[-] e395aa43bb1804b6bfa072538460ff9834c31008.php
[edit]
[-] 4473f33b07f89da48aee596ed291b63fc151f4e0.php
[edit]
[-] 0a966c1877f5a936b7247c08faaff201d5dd645c.php
[edit]
[-] 6e0b983cb9525a057834091ece52d8cccc74a279.php
[edit]
[-] daa364b0f1a02df79095d0bbd1c491b62e40713f.php
[edit]
[-] 46c97f3e3b339e86a55a739e1de0b7d7e2a0b1a4.php
[edit]
[-] 029b5165d76fb8bd1ee50b48d64b017b974c9d6f.php
[edit]
[-] b4f98f9fe56346a1cfd969a5703a3997582f4b13.php
[edit]
[-] .gitignore
[edit]
[-] 6d613317810d6336c168f9311676dfa163bc769c.php
[edit]
[-] 2024d298dec8371b040ad2a2a879d565244d754c.php
[edit]
[-] f8b5077152a5faa8faef1b061c48911cacb00ddf.php
[edit]
[-] 862971247c436cb43a39accf6c57d18cb951232e.php
[edit]
[-] f3e2eaf457471c4defdf99549a74f33a521c7faa.php
[edit]
[-] d26ae69ff3e493682292d73273a2bc4687f76aa4.php
[edit]
[-] 5011075e400a4f555f52f2ac4f152161f68f1989.php
[edit]
[-] 25b0057432b73cde470b236c363cdf957da694a5.php
[edit]
[-] 2950921e07b37515cbecd7a14f82930a6de5622f.php
[edit]
[-] 8069220d687ccebfdb1df047ebd632c745ff7db6.php
[edit]
[-] 9f0fb100515750fb3495c44a4192043db515e755.php
[edit]
[-] b3e092b3cbe62c32ca75c2165a3033ebfc5a6f88.php
[edit]
[-] 210a020486eb4904320a348216d2346b2dea13d7.php
[edit]
[-] 1014ff0f93ad48ba6d2c8bba45f1c55312b982be.php
[edit]
[-] 9b51ca0ae4b51e894bb619878c1f74f89485319d.php
[edit]
[-] cdd564bee5d9b6a65bf2c47ddd29dc15b288c659.php
[edit]
[-] 9b0959b9bba5b6d63b4593b5d87bd28197d8a925.php
[edit]
[-] 8931c5508b742720301f481a4b4807465866eda2.php
[edit]
[-] f48b89285ae91cdb3034de24d0e9a4cf1836ca33.php
[edit]
[-] 51596d0ce8a48b75989df39c490cf40442f435c8.php
[edit]
[-] 8792ed39215175e06c696d99e4f75f773d17f9e4.php
[edit]
[-] 3851e7fb8b194dfffc84339861ba79b92fc89e72.php
[edit]
[-] 9a313ca83631e62d19737f9a15392614ec19dbfb.php
[edit]
[-] 7408fc8fc8a9c8baa2227252180b02b88da412f4.php
[edit]
[-] 0f19c8068e588aec4cf7d2649b8af6d11098692a.php
[edit]
[-] 25d8293402987d6549793b5262a061667d85b33a.php
[edit]
[-] 697ea509ea4651b7eabb33d62360d53f2a5127d1.php
[edit]
[-] 975f1056dc03b4a8faf3e8aa7e38e01a7b53ff70.php
[edit]
[-] 550d47136e0f9c6b42f968ad06f2a88aef876842.php
[edit]
[-] 4f26567b14012810ba2ab524117b0ab398688e2b.php
[edit]
[-] cc1ccf41972ef2521b41a794d906eba77b775029.php
[edit]
[-] 09387f8427178f3973c6aa4445533b59136f6a45.php
[edit]
[-] df68ce724f87bce9f2364e62c3c536e643000f9d.php
[edit]
[-] d83b49baa1033870f313284a3da9a1d471b8f894.php
[edit]
[-] 5bdebb17694c3449e1e90e96a14a71c60ce6065e.php
[edit]
[-] a6d5d98b171ec7f0f09850c131b7d25940af48c9.php
[edit]
[-] eb349706a79404e6bb1c4572f2b0bbb86f3803d6.php
[edit]
[-] f175585477fda61b10e646c615fda7e2c94a766c.php
[edit]
[-] cc800488947307020810919f3dd4ac0c022c659f.php
[edit]
[-] 0678332a8bde5f8f73e218fd9179cb52bd1d32b8.php
[edit]
[-] e07cd53bad0b9910f3a8516962a50213b6cca825.php
[edit]
[-] cd06a62ccd617d22650a94233fd53a6c37878f44.php
[edit]
[-] 2ba5e27d4e94bb308406143c45497b7b812924fc.php
[edit]
[-] 0d28659d2d9cacb5259304f64c82bed5f75f5829.php
[edit]
[-] 92e2735f4c1343c9f2641212c63464ccb41bfa0b.php
[edit]
[-] 95e137d97aaf57e0e0f15c76c77560a2910975ca.php
[edit]
[-] 5d67da044d636fbe5438399bc69b2aeafe11ef16.php
[edit]
[-] e503117f190e9cb3f69d3d7780e0299830ff1e53.php
[edit]
[-] 476b1cb1cd71ac15e5cb3bdb4d35c768d6fcd415.php
[edit]
[-] e6012e4995b0827a2a3018a965bd9ac32afe6b99.php
[edit]