CasperSecurity

Current Path : /var/www/orientalss.com/resources/views/livewire/hrms/
Upload File :
Current File : /var/www/orientalss.com/resources/views/livewire/hrms/employee-profile-livewire.blade.php

<div class="row">
    <div class="xl:w-1/4 lg:w-1/3 w-full">
        <div class="clearfix">
            <div class="card text-center flex flex-col max-sm:mb-[30px]">
                <div class="card-body">
                    <div class="p-12">
                        <div class="author-profile text-center">
                            <div class="relative mx-auto mb-[13px] inline-block">
                                <img src="assets/images/tab/1.jpg" alt="" class="w-[130px] rounded-full">
                                <div class="upload-link dark:border-[#444444]" title="" data-toggle="tooltip" data-placement="right" data-original-title="update">
                                    <input type="file" class="update-flie">
                                    <i class="fa fa-camera"></i>
                                </div>
                            </div>
                            <div class="author-info">
                                <div class="author-info">
                                    <h6 class="text-[15px] font-medium">{{$emp_det->name}}</h6>
                                    <span class="block text-sm text-body-color">Developer</span>
                                </div>
                            </div>
                        </div>
                    </div>
                    <div class="info-list">
                        <ul>
                            <li class="flex items-center justify-between border-t border-b-color text-[15px] py-[18px] px-[30px] text-dark dark:text-white"><a href="app-profile.html">Models</a><span>36</span></li>
                            <li class="flex items-center justify-between border-t border-b-color text-[15px] py-[18px] px-[30px] text-dark dark:text-white"><a href="uc-lightgallery.html">Gallery</a><span>3</span></li>
                            <li class="flex items-center justify-between border-t border-b-color text-[15px] py-[18px] px-[30px] text-dark dark:text-white"><a href="app-profile.html">Lessons</a><span>1</span></li>
                        </ul>
                    </div>
                </div>
                <div class="card-footer p-[30px] block border-t border-b-color">
                    <div class="relative flex flex-wrap items-stretch w-full mb-4">
                        <div class="h-[45px] border border-b-color overflow-hidden leading-[34px] relative flex-1 w-[1%] block py-1.5 px-3 text-[13px] text-body-color rounded text-center dark:text-white dark:bg-[#1E1E1E]">Portfolio</div>
                    </div>
                    <div class="relative flex flex-wrap items-stretch w-full mb-4">
                        <a href="https://www.dexignzone.com/" target="_blank" class="h-[45px] border border-b-color overflow-hidden leading-[34px] relative flex-1 w-[1%] block py-1.5 px-3 text-[13px] text-primary rounded text-start dark:text-white dark:bg-[#1E1E1E]">https://www.dexignzone.com/</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="xl:w-3/4 lg:w-2/3 overflow-y-scroll">
        <div class="card flex flex-col max-sm:mb-[30px] profile-card">
            <div class="card-header flex justify-between items-center flex-wrap sm:p-[30px] p-5 relative z-[2] border-b border-b-color">
                <h6 class="text-[15px] font-medium text-dark title relative">Account setup</h6>
            </div>

            <div class="overflow-y-scroll">
                <div class="container">
                    <div class="mt-4 mx-6">
                        <h4 class="text-[15px] font-medium text-dark title relative">Profile Information</h4>
                    </div>

                    <div class="sm:p-10 sm:pb-2.5 p-[25px] pb-0">
                        <div class="row">
{{--                            @if($profiledetails)--}}
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Name<span class="text-danger">*</span></label>
                                <input type="text" name="employee_name" wire:model.defer="employee_name"
                                       class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full"
                                       placeholder="Enter Name" @if(!$isprof_enable)disabled @else @endif>
                                @error('employee_name') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Employee Id<span class="text-danger">*</span></label>
                                <input type="text" name="employee_id" wire:model.defer="employee_id"
                                       class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full"
                                       placeholder="Enter Employee Id" @if(!$isprof_enable)disabled @else @endif>
                                @error('employee_id') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Mobile No<span class="text-danger">*</span></label>
                                <input type="number" name="primary_mobile" wire:model.defer="primary_mobile" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3
                                duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter Mobile" @if(!$isprof_enable)disabled @else @endif>
                                @error('primary_mobile') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Alternate Mobile<span class="text-danger">*</span></label>
                                <input type="number" name="Alternate_mobile" wire:model.defer="Alternate_mobile" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter Alternate Mobile" @if(!$isprof_enable)disabled @else @endif>
                                @error('Alternate_mobile') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Blood Group<span class="text-danger">*</span></label>
                                <select name="blood_group" wire:model.defer="blood_group"
                                        class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                        focus:border-primary dark:hover:border-b-color outline-none w-full" @if(!$isprof_enable)disabled @else @endif>
                                    <option value="">Select</option>
                                    <option value="O+">O+</option>
                                    <option value="O-">O-</option>
                                    <option value="A+">A+</option>
                                    <option value="A-">A-</option>
                                    <option value="B+">B+</option>
                                    <option value="B-">B-</option>
                                    <option value="AB+">AB+</option>
                                    <option value="AB-">AB-</option>
                                </select>
                                @error('blood_group') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">

                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Present Address<span class="text-danger">*</span></label>
                                <input type="text" name="present_address" wire:model.defer="present_address" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary
                                dark:hover:border-b-color outline-none w-full" placeholder="Enter Address" @if(!$isprof_enable)disabled @else @endif>
                                @error('present_address') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[20px]">
                                <label class="text-dark dark:text-white text-[15px] mb-1 font-normal">Permanent Address<span class="text-danger">*</span></label>
                                <input type="text" name="permanent_address" wire:model.defer="permanent_address" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3
                                duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter Address" @if(!$isprof_enable)disabled @else @endif>
                                @error('permanent_address') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                        </div>
                    </div>
                    <div class="sm:py-5 sm:px-10 p-[25px] flex items-center justify-end border-b border-b-color">
                        <button class="btn btn-primary sm:py-[0.719rem] py-2.5 sm:px-[1.563rem] px-4 sm:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary duration-500 hover:bg-hover-primary" wire:click="profeditclick">@if(!$isprof_enable)Edit @else Submit @endif</button>
                    </div>
                </div>

                <form class="bank-form">
                    <div class="mt-4 mx-6">
                        <h4 class="text-[15px] font-medium text-dark title relative">Bank Inforamation</h4>
                    </div>
                    <div class="sm:p-10 sm:pb-2.5 p-[25px] pb-0">
                        <div class="row">
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class=" dark:text-white text-[15px] mb-3 font-normal">Bank Account Type<span class="text-danger">*</span></label>
                                <select name="bank_acc_type" wire:model.defer="bank_acc_type" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                        focus:border-primary dark:hover:border-b-color outline-none w-full" @if(!$isbank_enable)disabled @else @endif>
                                    <option  data-display="Please select"> select</option>
                                    <option value="1">Savings</option>
                                    <option value="2">Current</option>
                                </select>
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Bank Name<span class="text-danger">*</span></label>
                                <input type="text" name="bank_name" wire:model.defer="bank_name" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full"
                                       placeholder="Enter Bank Name" @if(!$isbank_enable)disabled @else @endif>
                                @error('bank_name') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">IFSC Code<span class="text-danger">*</span></label>
                                <input type="text" name="ifsc_code" wire:model.defer="ifsc_code" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter ifsc code" @if(!$isbank_enable)disabled @else @endif>
                                @error('ifsc_code') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">MICR Code<span class="text-danger">*</span></label>
                                <input type="text" name="micr_code" wire:model.defer="micr_code" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter MICR Code" @if(!$isbank_enable)disabled @else @endif>
                                @error('micr_code') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Esi No<span class="text-danger">*</span></label>
                                <input type="number" name="esi_no" wire:model.defer="esi_no" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter ESI No" @if(!$isbank_enable)disabled @else @endif>
                                @error('esi_no') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Pf no<span class="text-danger">*</span></label>
                                <input type="number" name="pf_no" wire:model.defer="pf_no" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500
                                 focus:border-primary dark:hover:border-b-color outline-none w-full" placeholder="Enter PF No" @if(!$isbank_enable)disabled @else @endif>
                                @error('pf_no') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>
                        </div>
                        <div class="sm:py-5 sm:px-10 p-[25px] flex items-center justify-end border-b border-b-color">
                            <button class="btn btn-primary sm:py-[0.719rem] py-2.5 sm:px-[1.563rem] px-4 sm:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary duration-500 hover:bg-hover-primary" wire:click="bankeditclick">@if(!$isbank_enable)Edit @else Submit @endif</button>
                        </div>
                    </div>
                </form>

                <form class="profile-form">
                    <div class="mt-4 mx-6">
                        <h4 class="text-[15px] font-medium text-dark title relative">Family Information</h4>
                    </div>

                    <div class="sm:p-10 sm:pb-2.5 p-[25px] pb-0">
                        <div class="row">
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Employee Relation Name</label>
                                <input type="text" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full hover:border-primary">
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Select Employee Relationship</label>
                                <input type="text" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full hover:border-primary">
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Relative Mobile Number</label>
                                <input type="text" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full hover:border-primary">
                            </div>
                        </div>
                        <div class="sm:py-5 sm:px-10 p-[25px] flex items-center justify-end border-b border-b-color">
                            <button class="btn btn-primary sm:py-[0.719rem] py-2.5 sm:px-[1.563rem] px-4 sm:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary duration-500 hover:bg-hover-primary" wire:click="fameditclick">@if(!$isfam_enable)Edit @else Submit @endif</button>
                        </div>
                    </div>
                </form>

                <form class="profile-form">
                    <div class="mt-4 mx-6">
                        <h4 class="text-[15px] font-medium text-dark title relative">Previous Employee</h4>
                    </div>

                    <div class="sm:p-10 sm:pb-2.5 p-[25px] pb-0">
                        <div class="row">
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Previous Organisation Name</label>
                                <input type="text" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full hover:border-primary" value="John">
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Previous Designation</label>
                                <input type="text" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full hover:border-primary">
                            </div>
                            <div class="sm:w-1/3 w-full mb-[10px]">
                                <label class="text-dark dark:text-white text-[15px] mb-3 font-normal">Duration</label>
                                <input type="text" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full hover:border-primary" value="Developer">
                            </div>
                        </div>
                        <div class="sm:py-5 sm:px-10 p-[25px] flex items-center justify-end border-b border-b-color">
                            <button class="btn btn-primary sm:py-[0.719rem] py-2.5 sm:px-[1.563rem] px-4 sm:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary duration-500 hover:bg-hover-primary" wire:click="preeditclick">@if(!$ispre_enable)Edit @else Submit @endif</button>
                        </div>
                    </div>
                </form>
            </div>

        </div>


    </div>

    <div wire:ignore.self>
        <div   class="fixed top-0 right-0 flex flex-col xl:w-[500px] md:w-[500px] w-[350px] h-[100vh] z-[1045] bg-white dark:bg-[#1E1E1E] text-body-color duration-500 ease-in-out offcanvas @if($showmodal) @else is-closed @endif" id="offcanvasExample">
            <div class="ml-4 flex items-center justify-between p-4">
                @if($modelid)
                    <h5 class="modal-title" id="#gridSystemModal">Update Tender Activity</h5>
                @else
                    <h5 class="modal-title" id="#gridSystemModal">Add New Tender Activity</h5>
                @endif

                <button type="button" class="offcanvas-close h-6 w-6 box-content bg-danger-light rounded-md text-lg mr-4 p-2 opacity-50 hover:opacity-100 text-red" wire:click="closemodalclick">
                    <i class="fa-solid fa-xmark"></i>
                </button>
            </div>
            <div class="p-4 overflow-y-auto overflow-x-hidden dz-scroll">
                <div class="container-fluid px-[15px] py-0">
                    <div>
                        <div class="row">
                            <div class="xl:w-full mb-4">
                                <label for="emp_type_name" class="form-label">Tender Seq. Number<span class="text-danger">*</span></label>
                                <input type="text" name="seq_no" wire:model.defer="seq_no" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" id="emp_type_name" placeholder="Enter Seriel No" disabled>
                                @error('seq_no') <span class="error text-danger">{{ $message }}</span> @enderror
                            </div>

                        </div>
                        <div class="row">
                            <div class="xl:w-full mb-4">
                                <label for="exampleFormControlInputfirst" class="form-label">Tender Activity Name<span class="text-danger">*</span></label>
                                <input type="text" name="activity_name" wire:model.defer="activity_name" class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full" id="exampleFormControlInputfirst" placeholder="Enter Tender Activity Name">
                                @error('activity_name') <span class="w-full mt-1 text-xs text-danger">{{ $message }}</span> @enderror
                            </div>
                            <div class="leading-normal block  custom-checkbox ">
                                <input type="checkbox" class="form-check-input" id="customCheckBox1"
                                       required="" wire:model="completion_doc_flag">
                                <label class="mt-[5px] text-body-color ml-[0.3125rem]"
                                       for="customCheckBox1">Document Required?</label>
                            </div>
                            <div class="leading-normal block  custom-checkbox ">
                                <input type="checkbox" class="form-check-input" id="customCheckBox1"
                                       required="" wire:model="estimstion_flag">
                                <label class="mt-[5px] text-body-color ml-[0.3125rem]"
                                       for="customCheckBox1">Estimation Required?</label>
                            </div>

                            @if($modelid)
                                <div class="flex justify-end mt-3 items-center">
                                    <div class="xl:w-full mb-4 flex justify-between">
                                        <label for="exampleFormControlInputfirst"
                                               class="form-label mt-4">Status</label>
                                        <div class="row">
                                            <div class="flex justify-end w-full px-2 py-2">
                                                <select name="orderAsc" wire:model="status"
                                                        class="form-control relative text-[13px] text-body-color h-[2.813rem] border border-b-color block rounded-md py-1.5 px-3 duration-500 focus:border-primary dark:hover:border-b-color outline-none w-full">
                                                    <option value="1">Active</option>
                                                    <option value="0">Inactive</option>
                                                </select>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            @endif
                        </div>
                        <div class="flex justify-center">

                            <button class="btn xl:py-[0.719rem] mr-4 py-2.5 xl:px-[1.563rem] px-4 duration-300 xl:text-[15px] text-[13px] font-medium rounded text-danger bg-danger-light leading-5 inline-block border border-danger-light btn-danger light hover:text-white hover:bg-danger offcanvas-close" wire:click="closemodalclick">Cancel</button>

                            @if($modelid)
                                <button class="btn btn-primary xl:py-[0.719rem] py-2.5 xl:px-[1.563rem] px-4 duration-300 xl:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary hover:bg-hover-primary" wire:click="update">Update</button>
                            @else
                                <button class="btn btn-primary xl:py-[0.719rem] py-2.5 xl:px-[1.563rem] px-4 duration-300 xl:text-[15px] text-[13px] font-medium rounded text-white bg-primary leading-5 inline-block border border-primary hover:bg-hover-primary" wire:click="save">Submit</button>
                            @endif
                        </div>
                    </div>
                </div>
            </div>
            @if($showmodal)
                <x-notify::notify />
            @endif
        </div>
    </div>
</div>
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY