@php $manageContractTypePermission = user()->permission('manage_contract_type'); $addClientPermission = user()->permission('add_clients'); @endphp
@method('PUT')

@lang('app.menu.contract') @lang('app.details')

{{ invoice_setting()->contract_prefix }}{{ invoice_setting()->contract_number_separator }}
{!! $contract->contract_detail !!}
@if ($manageContractTypePermission == 'all') @endif
{{ $contract->currency->currency_code }}

@lang('modules.client.clientDetails')

{{ $contract->alternate_address }}
{{ $contract->contract_note ?? '' }}
@lang('app.save') @lang('app.cancel')