@push('styles') @laravelCommentsLivewireStyles @endpush

View Contract

image
{{$contract->subject}} {{$contract->status}}
@if ($contract->assignable_name) {{$contract->assignable_name}} @endif @if ($contract->program->english_name) {{ $contract->program->english_name }} @endif @if ($contract->type->name) {{$contract->type->name}} @endif @if ($contract->refrence_id) {{$contract->refrence_id}} @endif @if ($contract->refrence_id) 10% Downpayment @endif @if ($contract->refrence_id) 10% Downpayment @endif
{{formatDateTime($contract->start_date)}}
Start Date
@if ($contract->end_date)
{{ formatDateTime($contract->end_date) }}
Due Date
@endif @if ($contract->have_retention)
{{$contract->have_retention}}
Retention
@endif @if ($contract->value)
{{$contract->printable_value}}
Actual Budget
@endif
$15,000
Budget Spent
@include('admin._partials.sections.user-avatar-group', ['users' => $contract->canReviewedBy()->get(), 'limit' => 10])
Contracts
@can('edit contract') @endcan @if($tab == 'retention-report') @endif
@include('admin._partials.sections.user-avatar-group', ['users' => $contract->notifiableUsers, 'limit' => 10, 'size' => 'md'])
@push('scripts') {{-- comments scripts --}} @laravelCommentsLivewireScripts @endpush