@php $manageContractTypePermission = user()->permission('manage_contract_type'); $addClientPermission = user()->permission('add_clients'); @endphp
@lang('app.contractDetails')
{!! $contract ? $contract->contract_detail : '' !!}
--
@foreach ($contractTypes as $item)
id == $contract->contract_type_id) selected @endif value="{{ $item->id }}"> {{ $item->name }}
@endforeach
@if ($manageContractTypePermission == 'all')
@lang('app.add')
@endif
@foreach ($currencies as $currency)
id == company()->currency_id) selected @endif value="{{ $currency->id }}"> {{ $currency->currency_code . ' (' . $currency->currency_symbol . ')' }}
@endforeach
@lang('app.save')
@lang('app.cancel')