@if (isset($setting))
{{ __('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
@else
{{ __('company.Contracts.messages.serial numbers are not specified in the system settings please specify them or see the system manager') }}
@endif