@extends('hiremee-revamp.layouts.main-layout') @section('pageTitle', $company->company_name ? $company->company_name.' | Job Opening in '.$company->company_name :'Companies Page | HireMee') @section('metaKeyDescription', $company->company_name ? 'Exciting job openings in '.$company->company_name :'Companies Page') @section('metaKey', $company->company_name ? $company->company_name.', company, companies' :'companies, list of companies, HireMee companies') @php $thumb_image = secure_asset('assets/hiremee-revamp/images/website-og-images/company.jpg'); @endphp @if(!empty($company->corporate->companyLogo)) @php $thumb_image = \App\Helper\HireMeeHelper::getAWSImageUrl($company->corporate->companyLogo->s3_id,config('filesystems.disks.comp1.bucket'),'comp1'); @endphp @section('thumbnailImage', $thumb_image) @else @section('thumbnailImage', $thumb_image) @endif {{--@php if(!empty($company->about_summery)){ $overview = substr($company->about_summery, 0, strpos($company->about_summery, ' ')); }else{ $overview = 'Companies page lists the companies that have or had job openings in HireMee.'; } @endphp--}} @section('content')
@if(!empty($company->corporate->companyLogo)) {{ $company->corporate->company_name }} @else Company Name @endif

{{ $company->company_name ?? "Not Updated" }}

{{ (!empty($company->companyType)?$company->companyType->name:"Not Updated") }}
@if(!empty($company->website_address)) @php $website_address = $company->website_address; if (strpos($company->website_address, "http") !== 0){ $website_address = "https://".$company->website_address; } @endphp
{{$company->website_address}}
@else
Not Updated
@endif
Total Vacancies {{($company->job->numberofpostion) ?? 0}}
Opportunities Provided {{$total_opportunity}}
@if(!empty($company->corporate->companyProfile)) {{ $company->corporate->company_name }} @else Company Name @endif

Company Overview {{(!empty($company->company_name)?$company->company_name:'')}}

{{(!empty($company->about_summery)?$company->about_summery:"Not Updated")}}

@if(count($socialmedia_details)>0)
Social Sharing:-
    @include('partials.social-media-details')
@endif
@if(count($company->jobsList)>0)
@endif @if(count($company->walkinJobList)>0)
@endif @if(count($company->campusDriveJobList)>0)

Welcome to HireMee's Upcoming Campus Drive! yellow-bg

Are you a student eagerly searching for exciting job opportunities? Look no further! HireMee is thrilled to announce our highly anticipated upcoming campus drive, where top companies will actively recruit talented individuals like you.

At HireMee, we understand the paramount importance of connecting students with potential employers. Our mission is to bridge the gap between academia and the industry by providing a platform that facilitates seamless recruitment processes. We are deeply committed to helping students kick-start their careers by offering them a golden opportunity to showcase their skills and abilities to renowned companies.

Keep a close eye on our website for further details, including participating companies, dates, and registration information. Prepare yourself to take the first step towards a successful future.

@csrf
@foreach($company->campusDriveJobList as $campusDrive)

{{ ucwords($campusDrive->job_title) }}

@php $job_title = str_replace("/","-",$campusDrive->job_title); @endphp company_name)) :'').'/campus-drives/'.str_slug($job_title).'-'.$campusDrive->id)}}" class="e-btn e-btn-border-2">View Details
@endforeach
@endif

Contact form

@include('hiremee-revamp.mini-contact',['submit_form_type'=>'company_contact','request_type'=>2,'button_txt'=>"Submit Message",'submit_but_id'=>'js_contact_button','formid'=>'js_contact_form','class'=>'btn btn-primary pull-right'])
@if(count($company->companyVideos)>0)

Our latest videos

@endif
@include('hiremee-revamp.partials.review-popup') @endsection