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

{{__('Project Details')}}

{{trans('file.Title')}} {{trans('file.Client')}} {{__('Start Date')}} {{__('End Date')}}
{{$project->title}}
{{$project->project_priority}} priority
{{$project->project_progress ?? '0'}}% Complete
{{$project->client->first_name}} {{$project->client->last_name}} {{$project->start_date}} {{$project->end_date}}
{{trans('file.Employees')}}*
@csrf
@can('assign-project')
@endcan

@csrf
{{trans('file.User')}} {{trans('file.Message')}} {{trans('file.action')}}
@csrf


@csrf
{{trans('file.User')}} {{trans('file.Bugs')}} {{trans('file.action')}}

@csrf
{{trans('file.Title')}} {{__('End Date')}} {{trans('file.Status')}} {{__('Created By')}} {{trans('file.Progress')}} {{trans('file.action')}}

@csrf
{{trans('file.Title')}} {{trans('file.Description')}} {{__('Date and Time')}} {{trans('file.action')}}
@csrf
@endsection @push('scripts') @endpush