📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 07:01:49
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
resources
/
views
/
frontend
/
company-dashboard
/
profile
📍 /home/orkouolp/web/testing.orkobd/laravel/resources/views/frontend/company-dashboard/profile
🔄 Refresh
✏️
Editing: index.blade.php
Writable
@extends('frontend.layouts.master') @section('contents') <section class="section-box mt-75"> <div class="breacrumb-cover"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-12"> <h2 class="mb-20">Company Profile</h2> <ul class="breadcrumbs"> <li><a class="home-icon" href="index.html">Home</a></li> <li>Company Profile</li> </ul> </div> </div> </div> </div> </section> <section class="section-box mt-120"> <div class="container"> <div class="row"> {{-- <div class="col-lg-3 col-md-4 col-sm-12"> <div class="box-nav-tabs nav-tavs-profile mb-5"> <ul class="nav" role="tablist"> <li><a class="btn btn-border mb-20 active" href="candidate-profile.html">My Profile</a></li> <li><a class="btn btn-border mb-20" href="candidate-profile-jobs.html">My Jobs</a></li> <li><a class="btn btn-border mb-20" href="candidate-profile-save-jobs.html">Saved Jobs</a></li> <li><a class="btn btn-border mb-20" href="candidate-profile-dashboard.html">Dashboard</a></li> <li><a class="btn btn-border mb-20" href="#">Logout</a></li> </ul> <div class="mt-20"><a class="link-red" href="#">Delete Account</a></div> </div> </div> --}} @include('frontend.company-dashboard.sidebar') <div class="col-lg-9 col-md-8 col-sm-12 col-12 mb-50"> {{-- <div class="content-single"> <h3 class="mt-0 mb-15 color-brand-1">My Account</h3><a class="font-md color-text-paragraph-2" href="#">Update your profile</a> <div class="mt-35 mb-40 box-info-profie"> <div class="image-profile"><img src="assets/imgs/page/candidates/candidate-profile.png" alt="joblist"> </div><a class="btn btn-apply">Upload Avatar</a><a class="btn btn-link">Delete</a> </div> <div class="row form-contact"> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Full Name *</label> <input class="form-control" type="text" value="Steven Job"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Email *</label> <input class="form-control" type="text" value="stevenjob@gmail.com"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Contact number</label> <input class="form-control" type="text" value="01 - 234 567 89"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Personal website</label> <input class="form-control" type="url" value="https://alithemes.com"> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Bio</label> <textarea class="form-control" rows="4">We are AliThemes , a creative and dedicated group of individuals who love web development almost as much as we love our customers. We are passionate team with the mission for achieving the perfection in web design.</textarea> </div> </div> <div class="row"> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Country</label> <input class="form-control" type="text" value="United States"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">State</label> <input class="form-control" type="text" value="New York"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">City</label> <input class="form-control" type="text" value="Mcallen"> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Zip code</label> <input class="form-control" type="text" value="82356"> </div> </div> </div> <div class="border-bottom pt-10 pb-10 mb-30"></div> <h6 class="color-orange mb-20">Change your password</h6> <div class="row"> <div class="col-lg-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Password</label> <input class="form-control" type="password" value="123456789"> </div> </div> <div class="col-lg-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Re-Password *</label> <input class="form-control" type="password" value="123456789"> </div> </div> </div> <div class="border-bottom pt-10 pb-10"></div> <div class="box-agree mt-30"> <label class="lbl-agree font-xs color-text-paragraph-2"> <input class="lbl-checkbox" type="checkbox" value="1">Available for freelancers </label> </div> <div class="box-button mt-15"> <button class="btn btn-apply-big font-md font-bold">Save All Changes</button> </div> </div> </div> --}} <ul class="nav nav-pills mb-3" id="pills-tab" role="tablist"> <li class="nav-item" role="presentation"> <button class="nav-link active" id="pills-home-tab" data-bs-toggle="pill" data-bs-target="#pills-home" type="button" role="tab" aria-controls="pills-home" aria-selected="true">Company Info</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="pills-profile-tab" data-bs-toggle="pill" data-bs-target="#pills-profile" type="button" role="tab" aria-controls="pills-profile" aria-selected="false">Founding Info</button> </li> <li class="nav-item" role="presentation"> <button class="nav-link" id="pills-contact-tab" data-bs-toggle="pill" data-bs-target="#pills-contact" type="button" role="tab" aria-controls="pills-contact" aria-selected="false">Account Settings</button> </li> </ul> <div class="tab-content" id="pills-tabContent"> <div class="tab-pane fade show active" id="pills-home" role="tabpanel" aria-labelledby="pills-home-tab"> <form action="{{ route('company.profile.company-info') }}" method="POST" enctype="multipart/form-data"> @csrf <div class="row"> <div class="col-md-6"> <x-image-preview :height="200" :width="200" :source="$companyInfo?->logo" /> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Logo *</label> <input class="form-control {{ $errors->has('logo')? 'is-invalid': '' }}" type="file" value="" name="logo"> <x-input-error :messages="$errors->get('logo')" class="mt-2" /> </div> </div> <div class="col-md-6"> <x-image-preview :height="200" :width="500" :source="$companyInfo?->banner" /> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Banner *</label> <input class="form-control {{ $errors->has('banner')? 'is-invalid': '' }}" type="file" value="" name="banner"> <x-input-error :messages="$errors->get('banner')" class="mt-2" /> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Company Name *</label> <input class="form-control {{ $errors->has('name')? 'is-invalid': '' }}" type="text" value="{{ old('name', $companyInfo?->name) }}" name="name"> <x-input-error :messages="$errors->get('name')" class="mt-2" /> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Company Bio *</label> <textarea class="{{ $errors->has('bio')? 'is-invalid': '' }}" name="bio" >{{ old('bio', $companyInfo?->bio) }}</textarea> <x-input-error :messages="$errors->get('bio')" class="mt-2" /> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Company Vision *</label> <textarea class="{{ $errors->has('vision')? 'is-invalid': '' }}" name="vision" >{{ old('vision', $companyInfo?->vision) }}</textarea> <x-input-error :messages="$errors->get('vision')" class="mt-2" /> </div> </div> </div> <div class="box-button mt-15"> <button class="btn btn-apply-big font-md font-bold">Save All Changes</button> </div> </form> </div> <div class="tab-pane fade" id="pills-profile" role="tabpanel" aria-labelledby="pills-profile-tab"> <form id="frmFoundingInfo" action="{{ route('company.profile.founding-info') }}" method="POST"> @csrf <div class="row"> <div class="col-md-4"> <div class="form-group select-style"> <label class="font-sm color-text-mutted mb-10">Industry Type *</label> <select name="industry_type" id="" class="form-control form-icons select-active {{ $errors->has('industry_type')? 'is-invalid': '' }}"> <option value="">Select</option> @foreach($industryTypes as $industryType) <option @selected($industryType->id===$companyInfo?->industry_type_id) value="{{ $industryType->id }}">{{ $industryType->name }}</option> @endforeach </select> <x-input-error :messages="$errors->get('industry_type')" class="mt-2" /> </div> </div> <div class="col-md-4"> <div class="form-group select-style"> <label class="font-sm color-text-mutted mb-10">Organization Type *</label> <select name="organization_type" id="" class="form-control form-icons select-active {{ $errors->has('organization_type')? 'is-invalid': '' }}"> <option value="">Select</option> @foreach($organizationTypes as $organizationType) <option @selected($organizationType->id===$companyInfo?->organization_type_id) value="{{ $organizationType->id }}">{{ $organizationType->name }}</option> @endforeach </select> <x-input-error :messages="$errors->get('organization_type')" class="mt-2" /> </div> </div> <div class="col-md-4"> <div class="form-group select-style"> <label class="font-sm color-text-mutted mb-10">Team Size *</label> <select name="team_size" id="" class="form-control form-icons select-active {{ $errors->has('team_size')? 'is-invalid': '' }}"> <option value="">Select</option> @foreach($teamSizes as $teamSize) <option @selected($teamSize->id === $companyInfo?->team_size_id) value="{{ $teamSize->id }}">{{ $teamSize->name }}</option> @endforeach </select> <x-input-error :messages="$errors->get('team_size')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Establishment Date</label> <input type="text" name="establishment_date" value="{{ $companyInfo?->establishment_date }}" class="form-control datepicker {{ $errors->has('establishment_date')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('establishment_date')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Website</label> <input type="text" name="website" value="{{ $companyInfo?->website }}" class="form-control {{ $errors->has('website')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('website')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Email *</label> <input type="email" name="email" value="{{ $companyInfo?->email }}" class="form-control {{ $errors->has('email')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('email')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Phone *</label> <input type="text" name="phone" value="{{ $companyInfo?->phone }}" class="form-control {{ $errors->has('phone')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('phone')" class="mt-2" /> </div> </div> <div class="col-md-4"> <div class="form-group select-style"> <label class="font-sm color-text-mutted mb-10">Country *</label> <select name="country" id="" value="{{ $companyInfo?->country }}" class="form-control form-icons country select-active {{ $errors->has('country')? 'is-invalid': '' }}"> <option value="">Select</option> @foreach($countries as $country) <option @selected($country->id === $companyInfo?->country) value="{{ $country->id }}">{{ $country->name }}</option> @endforeach </select> <x-input-error :messages="$errors->get('country')" class="mt-2" /> </div> </div> <div class="col-md-4"> <div class="form-group select-style"> <label class="font-sm color-text-mutted mb-10">State</label> <select name="state" id="" value="{{ $companyInfo?->state }}" class="form-control form-icons state select-active {{ $errors->has('state')? 'is-invalid': '' }}"> <option value="">Select</option> @foreach($states as $state) <option @selected($state->id === $companyInfo?->state) value="{{ $state->id }}">{{ $state->name }}</option> @endforeach </select> <x-input-error :messages="$errors->get('state')" class="mt-2" /> </div> </div> <div class="col-md-4"> <div class="form-group select-style"> <label class="font-sm color-text-mutted mb-10">City</label> <select name="city" id="" value="{{ $companyInfo?->city }}" class="form-control form-icons city select-active {{ $errors->has('city')? 'is-invalid': '' }}"> <option value="">Select</option> @foreach($cities as $city) <option @selected($city->id === $companyInfo?->city) value="{{ $city->id }}">{{ $city->name }}</option> @endforeach </select> <x-input-error :messages="$errors->get('city')" class="mt-2" /> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Address</label> <input type="text" name="address" value="{{ $companyInfo?->address }}" class="form-control {{ $errors->has('address')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('address')" class="mt-2" /> </div> </div> <div class="col-md-12"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Map Link</label> <input id="mapLink" type="text" name="map_link" class="form-control" value="{{ $companyInfo?->map_link }}"> </div> </div> </div> <div class="box-button mt-15"> <button class="btn btn-apply-big font-md font-bold">Save All Changes</button> </div> </form> </div> <div class="tab-pane fade" id="pills-contact" role="tabpanel" aria-labelledby="pills-contact-tab"> <div class="row"> <form action="{{ route('company.profile.account-info') }}" method="POST"> @csrf <div class="row"> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">User Name *</label> <input type="text" name="name" value="{{ auth()->user()->name }}" class="form-control {{ $errors->has('name')? 'is-invalid': '' }}""> <x-input-error :messages="$errors->get('name')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Email *</label> <input type="text" name="email" value="{{ auth()->user()->email }}" class="form-control {{ $errors->has('email')? 'is-invalid': '' }}""> <x-input-error :messages="$errors->get('email')" class="mt-2" /> </div> </div> <div class="col-md-12"> <div class="form-group"> <button type="submit" class="btn btn-default btn-shadow">Save</button> </div> </div> </div> </form><br><br> <form action="{{ route('company.profile.password-update') }}" method="POST"> @csrf <div class="row"> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Password *</label> <input type="password" name="password" class="form-control {{ $errors->has('password')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('password')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <label class="font-sm color-text-mutted mb-10">Confirm Password *</label> <input type="password" name="password_confirmation" class="form-control {{ $errors->has('password_confirmation')? 'is-invalid': '' }}"> <x-input-error :messages="$errors->get('password_confirmation')" class="mt-2" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <button type="submit" class="btn btn-default btn-shadow">Save</button> </div> </div> </div> </form> </div> </div> </div> </div> </div> </div> </section> @endsection @push('scripts') <script> $(document).ready(function() { $('#frmFoundingInfo').on('submit', function(event) { //event.preventDefault(); let mapLink = $('#mapLink').val(); console.log('mapLink:', mapLink); mapLink = mapLink.replace('<iframe ', ''); console.log('mapLink:', mapLink); mapLink = mapLink.replace('></iframe>', ''); console.log('mapLink:', mapLink); $('#mapLink').val(mapLink); }); $('.country').on('change', function() { //alert('Country changed'); let country_id = $(this).val(); // remove all previous cities $('.city').html(''); $.ajax({ method: 'GET', url: '{{ route("get-states", ":id")}}'.replace(":id", country_id), date: {}, success: function(response) { //alert('success'); alert(response); let html = ''; $.each(response, function(index, value) { //console.log(index, value); alert(index); console.log(value.name); html += `<option value="${value.id}">${value.name}</option>`; //console.log(html); }); $('.state').html(html); }, error: function(xhr, status, error) {} }); }); // get cities $('.state').on('change', function() { //alert('Country changed'); let state_id = $(this).val(); $.ajax({ method: 'GET', url: '{{ route("get-cities", ":id")}}'.replace(":id", state_id), date: {}, success: function(response) { //alert('success'); alert(response); let html = ''; $.each(response, function(index, value) { //console.log(index, value); alert(index); console.log(value.name); html += `<option value="${value.id}">${value.name}</option>`; //console.log(html); }); $('.city').html(html); }, error: function(xhr, status, error) {} }); }); }); </script> @endpush
💾 Save Changes
❌ Cancel