@if (($new_contract == true || isset($contract) || isset($reservation)) && !isset($setting)) {{ __('company.Contracts.messages.serial numbers are not specified in the system settings please specify them or see the system manager') }} @else
{{ __('general.add_contract') }}
@if (auth()->user()->company->exceededLimitOf('contracts') && auth()->user()->company->subscribedTo('system')) @else {{-- Start Of Create Contract Form --}} @include('company.contract.create.form') {{-- End Of Create Contract Form --}} @endif
@endif