芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/contracts/ajax/create.blade.php
@php $manageContractTypePermission = user()->permission('manage_contract_type'); @endphp
@lang('app.menu.contract') @lang('app.details')
{!! $contractTemplate ? $contractTemplate->contract_detail : '' !!}
</textarea>
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 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')