File manager - Edit - /var/www/ratemypay_dev/storage/framework/views/5be480e890c47083c52ece5ebde33ed0.php
Back
<?php $__env->startSection('title', 'Customize Your Organization - ' . config('app.name')); ?> <?php $__env->startSection('content'); ?> <div class="flex items-center justify-center mb-3"> <img src="<?php echo e(asset('logo.png')); ?>" alt="<?php echo e(config('app.name', 'RateMyPay')); ?>" class="h-7 w-auto"> </div> <p class="text-center text-sm text-[#4A5565] mb-8">2 / 2</p> <div class="text-center mb-10"> <h1 class="text-[28px] font-bold text-[#101828] mb-2">Customize your Organization</h1> <p class="text-sm text-[#4A5565]">Setup your organization for members that may join later.</p> </div> <form action="<?php echo e(route('business.organization.submit')); ?>" method="POST" enctype="multipart/form-data" class="flex flex-col items-center gap-8" x-data="{ preview: null, handleFile(event) { const file = event.target.files[0]; if (!file) return; const reader = new FileReader(); reader.onload = e => this.preview = e.target.result; reader.readAsDataURL(file); } }"> <?php echo csrf_field(); ?> <div class="w-[140px] h-[140px] rounded-full bg-[#EEF1F7] border-2 border-[#2F3D7E] flex items-center justify-center overflow-hidden"> <template x-if="preview"> <img :src="preview" alt="Logo preview" class="w-full h-full object-cover"> </template> <template x-if="!preview"> <svg width="65" height="66" viewBox="0 0 65 66" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M32.3984 45.5353V38.6082" stroke="#2F3D7E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M49.1272 14.554C53.6913 14.554 57.3641 18.2947 57.3641 22.9092V32.3019C50.7206 36.2338 41.9436 38.6093 32.3834 38.6093C22.8232 38.6093 14.0732 36.2338 7.42969 32.3019V22.8818C7.42969 18.2674 11.1295 14.554 15.6936 14.554H49.1272Z" stroke="#2F3D7E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> <path d="M41.8496 14.542V13.5426C41.8496 10.2115 39.176 7.5083 35.8813 7.5083H28.9137C25.6189 7.5083 22.9453 10.2115 22.9453 13.5426V14.542" stroke="#2F3D7E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> <path d="M7.49219 42.2756L8.0026 49.1263C8.34828 53.7436 12.1535 57.3123 16.731 57.3123H48.0555C52.633 57.3123 56.4382 53.7436 56.7839 49.1263L57.2943 42.2756" stroke="#2F3D7E" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/> </svg> </template> </div> <div class="flex gap-3"> <label for="logo" class="cursor-pointer h-11 px-5 rounded-xl border border-[#E5E7EB] hover:border-[#2F3D7E] hover:bg-gray-50 flex items-center gap-2 text-sm font-medium text-[#101828] transition"> <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 16v1a3 3 0 003 3h10a3 3 0 003-3v-1m-4-8l-4-4m0 0L8 8m4-4v12" /> </svg> Upload Logo <input type="file" id="logo" name="logo" accept="image/*" class="hidden" @change="handleFile"> </label> <button type="button" x-show="preview" @click="preview = null; document.getElementById('logo').value=''" class="h-11 px-5 rounded-xl border border-[#E5E7EB] hover:border-[#2F3D7E] hover:bg-gray-50 flex items-center gap-2 text-sm font-medium text-[#101828] transition"> <svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z" /> </svg> Edit Logo </button> </div> <button type="submit" class="min-w-[280px] h-12 px-8 rounded-xl bg-[#2F3D7E] hover:bg-[#1E2858] text-white font-medium text-sm transition mt-6"> Continue </button> </form> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.business-auth-card', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/ratemypay_dev/resources/views/business/auth/organization.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings