@extends('main') @section('content') Home What We Do Ongoing Project Ongoing Project @foreach ($project as $key=>$data) {{ Str::limit($data->title, 25, '...') }} {{ date("d/m/Y h:i:s a") }} {{ Str::limit($data->description,75,"...") }} Read More @endforeach {{ $project->links() }} @endsection
{{ date("d/m/Y h:i:s a") }}
{{ Str::limit($data->description,75,"...") }}