@extends('index') @section('content')

Informasi Lowongan Pekerjaan

PT. AQILLA HUMAENI INDONESIA (AHI)

@foreach ($carreer as $informasi)
{{ $informasi->name }}

{{$informasi->name}}

{!! $informasi->description !!}

@if ($informasi->status == 'aktif') Daftar @else Lowongan Sudah Ditutup @endif
@endforeach
@endsection