@extends('user::layouts.master') @section('content')

Manage Projects

Project

Title : {{ $project->project_title }}
Unique Refrence : {{ $project->unique_reference_no }}
Company : {{ $project->company->company_name }}
Client : {{ $project->client }}
Client Contact : {{ $project->client_contact }}
Client Contact : {{ $project->client_contact }}
Current Start Date : {{ $project->current_start_date }}
Current Completion Date : {{ $project->current_completion_date }}
Type Of Contract : {{ $project->type_of_contract }}
Shifts {{ $project->shifts }}
Project Manager {{ $project->project_manager }}
Site Supervisor {{ $project->site_supervisor }}
Location {{ $project->location }}
Sector {{ $project->sector }}
Region {{ $project->region }}
Address {{ $project->project_address }}
Current Value of Project {{ $project->current_value_of_project }}
Base Margin {{ $project->base_margin }}
Change Management {{ $project->change_management }}
Adjusted Contract Value {{ $project->adjusted_contract_value }}
Labour Value {{ $project->labour_value }}
Tender Status {{ config('constants.TENDER_STATUS')[Arr::get($project, 'tender_status')] }}
Version {{ $project->version }}
@stop