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

Informasi Perusahaan

PT. AQILLA HUMAENI INDONESIA (AHI)

@foreach ($informasi as $data)

{{$data->title}}

{{$data->type}}

{!! substr($data->description,0,200) !!}

Lihat Detail
@endforeach {{ $informasi->links()}}
@endsection