@php $manageContractTypePermission = user()->permission('manage_contract_type'); @endphp
@lang('app.menu.contract') @lang('app.details')
{{ invoice_setting()->contract_prefix }}{{ invoice_setting()->contract_number_separator }}{{ $zero }}
--
@foreach ($projects as $project)
{{ $project->project_name }}
@endforeach
{!! $contractTemplate ? $contractTemplate->contract_detail : '' !!}
end_date)) style="display: none" @endif>
--
@foreach ($contractTypes as $item)
id == $contractTemplate->contract_type_id) selected @endif value="{{ $item->id }}"> {{ $item->name }}
@endforeach
@if ($manageContractTypePermission == 'all')
@lang('app.add')
@endif
@foreach ($currencies as $currency)
id == $contractTemplate->currency_id) selected @endif @elseif ($currency->id == company()->currency_id) selected @endif value="{{ $currency->id }}"> {{ $currency->currency_code . ' (' . $currency->currency_symbol . ')' }}
@endforeach
@lang('modules.client.clientDetails')
{{ $contract ? $contract->alternate_address : '' }}
{{ $contract->description ?? '' }}
@lang('app.save')
@lang('app.cancel')