@extends('layouts.invoicepayheader') @section('content')
{{ __('Contract Value :') }}

{{ $currentWorkspace->priceFormat($contract->value) }}
{{ __('Contract Number :') }}

{{ App\Models\Utility::contractNumberFormat($contract->id) }}
{{ __('Contract Type :') }}

{{ $contract->contract_type->name }}
{{ __('Start Date') }}

{{ App\Models\Utility::dateFormat($contract->start_date) }}
{{ __('End Date') }}

{{ App\Models\Utility::dateFormat($contract->end_date) }}

{!! $contract->contract_description !!}
{!! $contract->description !!}

{{ __('Company Signature') }}
{{ __('Client Signature') }}
@endsection @push('scripts') @endpush