Company Profile Edit
@if(Session::get('success'))
Success! {{ Session::get('success') }}
@endif
{!! Form::open(array('url' => secure_url('company/profile/update'), 'method'=>'POST','class'=>'form-horizontal','name'=>'company-profile-form','id'=>'company-profile-form','enctype' => 'multipart/form-data')) !!}
{{ csrf_field() }}
@php $auth = Auth::guard('corporate')->user();
$image= $auth->companyProfile ?
\HireMeeHelper::getAWSImageUrl($auth->companyProfile->s3_id,config('filesystems.disks.comp1.bucket'),'comp1') : '';
@endphp
{!! Form::close() !!}
{!! Form::text('companyname',$companydetails->profile ? $companydetails->profile->company_name : "",array('class'=>'form-control ','id'=>'js-companyname','placeholder'=>'Company Name')) !!}
{{Form::hidden('id',$companydetails->id,array('class'=>'form-control ','id'=>'js-company_id'))}}
{!! Form::select("comp_type",$company_type,$companydetails->profile ? $companydetails->profile->company_type : "",array("class"=>"","id"=>"js-comp_type",'placeholder' => 'Please Choose Company Type')) !!}
{!! Form::text('spoc',$companydetails->profile ? $companydetails->profile->spoc_name : "",array('class'=>'form-control ','id'=>'js-spoc','placeholder'=>'Company Name')) !!}
{!! Form::textarea('aboutcompany',$companydetails->profile ? $companydetails->profile->about_summery : "",array('class'=>'form-control ','id'=>'js-aboutcompany','placeholder'=>'About Company','rows'=>3)) !!}
{!! Form::text('com_carreer',$companydetails->profile ? $companydetails->profile->career_page : "",array('class'=>'form-control ','id'=>'js-com_carreer','placeholder'=>'Company Career Page ')) !!}
{!! Form::file('file',array('class' => 'm-t-5','type'=>"file",'id'=>'upload_files','onchange'=>"loadProfile(this)")) !!}
@if(!empty($image))
@endif
Communication Address
{!! Form::text('comm_address',$companydetails->profile ? $companydetails->profile->comm_address : "",array('class'=>'form-control ','id'=>'js-comm_address','placeholder'=>'Communication Address')) !!}
{!! Form::select("comm_state",$state_list,$companydetails->profile ? $companydetails->profile->comm_state : "",array("class"=>"form-control select1","id"=>"js-comm_state","data-live-search"=>"true",'placeholder' => 'Select State')) !!}
{!! Form::select("comm_city",$district_list,$companydetails->profile ? $companydetails->profile->comm_city : "",array("class"=>"form-control select1 js-comm_city","id"=>"js-comm_city","data-live-search"=>"true",'placeholder' => ' Select Region')) !!}
{!! Form::text('website_address',$companydetails->profile ? $companydetails->profile->website_address : "",array('class'=>'form-control','id'=>'js-website_address','placeholder'=>'Website Address')) !!}
{!! Form::text('mobile_number',$companydetails->profile ? $companydetails->mobile_number : "",array('class'=>'form-control','id'=>'js-mobile_number','placeholder'=>'Mobile Number')) !!}
Corporate Address
{!! Form::text('corp_address',$companydetails->profile ? $companydetails->profile->corp_address : "",array('class'=>'form-control ','id'=>'js-corp_address','placeholder'=>'Corporate Address')) !!}
{!! Form::select("corp_state",$state_list,$companydetails->profile ? $companydetails->profile->corp_state : "",array("class"=>"form-control select1","id"=>"js-corp_state","data-live-search"=>"true",'placeholder' =>' Select State')) !!}
{!! Form::select("corp_city",$district_list,$companydetails->profile ? $companydetails->profile->corp_city : "",array("class"=>"form-control select1","id"=>"js-corp_city","data-live-search"=>"true",'placeholder' =>' Select Region')) !!}
{!! Form::select("no_of_emp",$employee_count_array,$companydetails->profile ? $companydetails->profile->no_of_employees : "",array("class"=>"","id"=>"js-no_of_emp",'placeholder' => 'Select No.of Employees')) !!}
Social Media Links
{!! $socialmedia_details !!}
Videos
{!! $video_details !!}
Branch Offices
{!! $branch_details !!}
Profile Picture
Choose Profile Picture
Please wait, Loading...
@php $auth = Auth::guard('corporate')->user();
$logo = $auth->companyLogo ?
\HireMeeHelper::getAWSImageUrl($auth->companyLogo->s3_id,config('filesystems.disks.comp1.bucket'),'comp1') : secure_asset('assets/images/user.png');
@endphp
@if(!empty($company_video->resourceurl))
{!! Form::hidden("video_url",$company_video->resourceurl,array("class"=>"form-control","id"=>"js-corp-video-url")) !!}
@endif
{!! Form::text("video_title",$company_video ? $company_video->video_title : "",array("class"=>"form-control","id"=>"js-video_title")) !!}
Please wait, Loading...
{!! Form::button(' ', ['type' => 'button', 'class' => 'input-group-addon input-group-addon','id'=>'js-company-video-upload'] ) !!}
Add Social Media Links