@extends('frontend.layouts.master') @section('meta_title', $internships->title . ' || ' . $setting->app_name) @push('custom_meta') @endpush @push('styles') @endpush @section('contents')

{{ $internships->title }}

  • {{ showInternshipsLocation($internships->location, $internships->state) }}
Employment Type

Internship

Availability

{{ ucwords($internships->availability) }}

Duration

{{ ucwords($internships->duration) }}

Compensation

{{ ucwords($internships->compensation) }}

Start Date

{{ $internships->start_date != "" ? $internships->start_date : "ASAP" }}

Deadline

{{ ucwords($internships->deadline) }}

About this role

Requirements to apply

@if(is_array(($internships->skills)))

Skills

@endif

Education and Skills

Degree

{{ ucwords($internships->degree) }}

Qualifications

{{ ucwords($internships->qualifications) }}

Years of experience

{{ ucwords($internships->experience) }}

Location

{{ showInternshipsLocation($internships->location, $internships->state) }}

Michael Page Logo
{{ isset($internships->company->company_name) ? $internships->company->company_name : $internships->company->name }}

{{ @$internships->company->companyCategory->name }}

{{ $internships->company->company_employees }}

{{ truncate($internships->company->company_description, 150) }}

{{ __('Share this Jobs') }}:
@endsection @push('scripts') @endpush