@extends('layouts.Home.app') @section('content')
@foreach ($kebutuhan as $kb)
{{ \Carbon\Carbon::parse($kb->created_at)->diffForHumans() }}
{{ $kb->title }}
@php $kalimat = $kb->teknologi_dibutuhkan; $sub_kalimat = substr($kalimat, 0, 30); @endphp

{{ str_limit($sub_kalimat) }}..

Baca Selengkapnya
@endforeach
{{ $kebutuhan->links() }}
@endsection