@extends('main') @section('content')

Ongoing Project

@foreach ($project as $key=>$data)
activity

{{ Str::limit($data->title, 25, '...') }}

{{ date("d/m/Y h:i:s a") }}

{{ Str::limit($data->description,75,"...") }}

Read More
@endforeach
{{ $project->links() }}
@endsection