@extends('layouts.admin') @section('page-title') {{ucwords($project->project_name)}} @endsection @push('script-page') @endpush @section('breadcrumb')
{{ $project->description }}
{{__('Last 7 days task done')}}
{{__('Last 7 days hours spent')}}
{!! $activity->getRemark() !!}
{{$activity->created_at->diffForHumans()}}