@extends('layouts.main') @section('page-title') {{ __('Manage Projects') }} @endsection @section('page-breadcrumb') {{ __('Projects') }} @endsection @push('css') @endpush @section('page-action')
{{ __('Finished') }}
@elseif($project->status == 'Ongoing'){{ __('Ongoing') }}
@else{{ __('OnHold') }}
@endif @if ($project->is_active) @else
{{ $project->countTask() }}
{{ $project->countTaskComments() }}