Internship
{{ ucwords($internships->availability) }}
{{ ucwords($internships->duration) }}
{{ ucwords($internships->compensation) }}
{{ $internships->start_date != "" ? $internships->start_date : "ASAP" }}
{{ ucwords($internships->deadline) }}
@if(is_array(($internships->skills)))
{{ ucwords($internships->degree) }}
{{ ucwords($internships->qualifications) }}
{{ ucwords($internships->experience) }}
{{ showInternshipsLocation($internships->location, $internships->state) }}
{{ @$internships->company->companyCategory->name }}
{{ $internships->company->company_employees }}
{{ truncate($internships->company->company_description, 150) }}